Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlite3 Support begin deffered, immediate, and exclusive transaction #1069

Open
wakille opened this issue Aug 23, 2023 · 1 comment
Open

Comments

@wakille
Copy link

wakille commented Aug 23, 2023

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

@vadz
Copy link
Member

vadz commented Aug 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants