You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite3 supports to start a transaction with different arguments like deffered, immediate, and exclusive. Is it possible to support to choose with which argument the transaction ist started ? E.g. with an enum ?
Thanks a lot
The text was updated successfully, but these errors were encountered:
You can always execute the corresponding SQL command directly, but there is no support for this at the API level and I'm not sure if it really makes sense to add it as it's not clear how would this map to the other databases. But if it can be mapped to at least some of them in a reasonable way, it would be worth adding, of course.
Hello together,
sqlite3 supports to start a transaction with different arguments like deffered, immediate, and exclusive. Is it possible to support to choose with which argument the transaction ist started ? E.g. with an enum ?
Thanks a lot
The text was updated successfully, but these errors were encountered: