Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Can't open a transaction within an on-commit hook on SQLite. #10

Open
carljm opened this issue May 27, 2014 · 0 comments
Open

Can't open a transaction within an on-commit hook on SQLite. #10

carljm opened this issue May 27, 2014 · 0 comments

Comments

@carljm
Copy link
Owner

carljm commented May 27, 2014

This is because opening a transaction on SQLite in autocommit-off raises an error, but we don't have a way to hook into the point when autocommit is turned back on (atomic doesn't call set_autocommit(True) for SQLite, it just manually sets connection.autocommit = True).

This test is currently marked xfail for SQLite.

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

No branches or pull requests

1 participant