You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add option to indicate that a statement is the last in a transaction (#3647)
* feat: add option to indicate that a statement is the last in a transaction (#3644)
* feat: Add LastStatement DML option
* Removing debugging changes
---------
Co-authored-by: Shirdon Gorse <[email protected]>
* feat: set last_statement for autocommit statements
Automatically sets the last_statement option to true for DML statements that
are executed in autocommit=true mode.
* fix: add hashCode implementation
Add a hashCode implementation that ensures that it is in sync with
the equals method.
* chore: generate libraries at Fri Feb 14 08:41:45 UTC 2025
* fix: extract error details from SpannerException
---------
Co-authored-by: Shirdon Gorse <[email protected]>
Co-authored-by: cloud-java-bot <[email protected]>
0 commit comments