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

database: Deferred Transaction Rollback #70

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

oxzi
Copy link
Member

@oxzi oxzi commented Sep 5, 2024

In case of an error before committing the database transaction, the function exits but does not rollback the transaction. By adding a deferred rollback, it will be executed or a no-op if a commit succeeded.

In case of an error before committing the database transaction, the
function exits but does not rollback the transaction. By adding a
deferred rollback, it will be executed or a no-op if a commit succeeded.
@oxzi oxzi added the enhancement New feature or request label Sep 5, 2024
@oxzi oxzi added this to the 0.4.0 milestone Sep 5, 2024
@cla-bot cla-bot bot added the cla/signed CLA is signed by all contributors of a PR label Sep 5, 2024
@lippserd lippserd merged commit 20c0537 into main Sep 24, 2024
15 checks passed
@lippserd lippserd deleted the database-db-namedbulkexectx-rollback branch September 24, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla/signed CLA is signed by all contributors of a PR enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants