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

Deliberate rollback support for TxnScopeGuard #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nrdvana
Copy link

@nrdvana nrdvana commented Jan 23, 2017

When using txn_scope_guard, if you know you need to roll back
the transaction it is nice to be able to avoid the warning
you would otherwise get when it goes out of scope.

When using txn_scope_guard, if you know you need to roll back
the transaction it is nice to be able to avoid the warning
you would otherwise get when it goes out of scope.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants