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

Nested transaction bug using a wrapper function #757

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

phroggyy
Copy link

Explain your user case and expected results

When wrapping db.Transaction in your own function, savepoints are given the same name, due to the logic here. This results in rollbacks not being applied as expected.

I expect to be able to use nested transactions using my own wrapper.

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.

1 participant