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

Transaction isolation levels #6

Open
cbandy opened this issue Jan 8, 2012 · 0 comments
Open

Transaction isolation levels #6

cbandy opened this issue Jan 8, 2012 · 0 comments
Labels

Comments

@cbandy
Copy link
Owner

cbandy commented Jan 8, 2012

Most RDBMSs support the standard transaction isolation levels. Since we handle transactions in the API, it is probably worthwhile to support isolation levels there as well.

  • SQLite does not seem to support isolation levels
  • Should we raise an exception if requesting an isolation level while nested?
  • Should we not raise an exception if the requested isolation level is less strict than the level of the current transaction?

http://www.postgresql.org/docs/current/static/transaction-iso.html
http://www.postgresql.org/docs/current/static/sql-set-transaction.html
http://dev.mysql.com/doc/en/commit.html
http://dev.mysql.com/doc/en/set-transaction.html

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

No branches or pull requests

1 participant