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

(fix #4536) SQLite transaction isolation support #4578

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bas524
Copy link
Contributor

@bas524 bas524 commented Jun 7, 2024

I've add transaction isolation support for SQLite
Warning! SQLite transactions are [serializable by design](https:// www.sqlite.org/isolation.html) my implementation retuns false in function hasTransactionIsolation and throw an exception in setTransactionIsolation

I've add transaction isolation support for SQLite
Warning! SQLite transactions are [serializable by design](https://
www.sqlite.org/isolation.html) but my implementation retuns false in
function hasTransactionIsolation and throw an exception in
setTransactionIsolation
Data/SQLite/src/SessionImpl.cpp Show resolved Hide resolved
Data/SQLite/src/SessionImpl.cpp Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

None yet

1 participant