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: recognize ABORT statements for PostgreSQL #2479

Merged
merged 1 commit into from Jun 28, 2023
Merged

Conversation

olavloite
Copy link
Collaborator

PostgreSQL supports the ABORT [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ] statement in addition to the more common ROLLBACK.

See https://www.postgresql.org/docs/current/sql-abort.html

PostgreSQL supports the `ABORT [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ]`
statement in addition to the more common ROLLBACK.

See https://www.postgresql.org/docs/current/sql-abort.html
@olavloite olavloite requested review from a team as code owners June 2, 2023 14:34
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: spanner Issues related to the googleapis/java-spanner API. labels Jun 2, 2023
@olavloite olavloite requested a review from arpan14 June 19, 2023 14:14
@olavloite olavloite merged commit da47b0a into main Jun 28, 2023
20 of 21 checks passed
@olavloite olavloite deleted the abort-transaction branch June 28, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants