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

Transaction savepoints are essential #407

Open
aldentepasta opened this issue Dec 1, 2022 · 0 comments · May be fixed by #433
Open

Transaction savepoints are essential #407

aldentepasta opened this issue Dec 1, 2022 · 0 comments · May be fixed by #433
Assignees
Labels
enhancement New feature or request

Comments

@aldentepasta
Copy link

The Python client does not currently support transaction savepoints, but they are an essential feature. For example it's currently impossible to recover from errors (e.g. CardinalityViolationError) within transactions - the entire transaction has to be retried. There are additional difficulties arising in test writing and when dealing with external failures without losing (all) progress in a transaction.

@elprans elprans added the enhancement New feature or request label Dec 1, 2022
@fantix fantix linked a pull request May 25, 2023 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants