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 panic not being returned as error in transaction #18

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

markuswustenberg
Copy link
Member

Because the returned error from Migrator.inTransaction wasn't named, the recover() from within the deferred function didn't actually have an effect setting the err variable.

Because the returned error from `Migrator.inTransaction` wasn't named, the `recover()` from within the deferred function didn't actually have an effect setting the `err` variable.
@markuswustenberg markuswustenberg merged commit 10eb786 into main Nov 18, 2021
@markuswustenberg markuswustenberg deleted the fix-tx-panic branch November 18, 2021 12:54
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