Support the PostgreSQL END transaction statement #2130
Labels
api: spanner
Issues related to the googleapis/java-spanner API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
PostgreSQL supports both
COMMIT
andEND
as valid commands to successfully end a transaction. The Connection API currently only supportsCOMMIT
.See also https://www.postgresql.org/docs/current/sql-end.html
The text was updated successfully, but these errors were encountered: