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