From 6d7d63ef41d7b2afd9c85c471d1695c486f0a445 Mon Sep 17 00:00:00 2001 From: "Andrey.Tarashevskiy" Date: Tue, 26 Jun 2018 00:36:44 +0300 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index 52fb340..06a1b21 100644 --- a/FAQ.md +++ b/FAQ.md @@ -69,6 +69,9 @@ Database.connect("jdbc:sqlite:my.db", "org.sqlite.JDBC") TransactionManager.manager.defaultIsolationLevel = Connection.TRANSACTION_SERIALIZABLE ``` +### Q: How can I use SAVEPOINT? +It possible only through using a raw connection. See example [here](https://github.com/JetBrains/Exposed/issues/320#issuecomment-394825415). + ### More questions on Stack Overflow: https://stackoverflow.com/questions/tagged/kotlin-exposed \ No newline at end of file