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 transactions not being rolled back when the individual statements succeed, but the committing the transaction fails. #426

Merged
merged 1 commit into from
Sep 30, 2017

Conversation

MrMage
Copy link
Contributor

@MrMage MrMage commented May 9, 2016

This can happen e.g. when using deferred foreign keys (as seen in the tests), or when accessing the database from multiple processes, causing a commit to fail with an "database is busy" error.

… succeed, but the committing the transaction fails.
@MrMage
Copy link
Contributor Author

MrMage commented Aug 22, 2016

I have merged the latest changes and all tests pass for me. Could you please have a look at this pull request?

@jberkel
Copy link
Collaborator

jberkel commented Sep 28, 2017

merged into release branch

@jberkel jberkel merged commit d5ede25 into stephencelis:master Sep 30, 2017
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.

2 participants