mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
Updated FAQ (markdown)
This commit is contained in:
committed by
Andrey.Tarashevskiy
parent
3bbddefa3e
commit
6d7d63ef41
3
FAQ.md
3
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
|
||||
Reference in New Issue
Block a user