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

Implement Spanner JDBC driver style BEGIN, SET TRANSACTION #81

Merged
merged 5 commits into from
Dec 9, 2024

Conversation

apstndb
Copy link
Owner

@apstndb apstndb commented Dec 9, 2024

This PR implements Spanner JDBC driver style BEGIN and SET TRANSACTION.

  • SET TRANSACTION_TAG is only valid in BEGIN.
  • Transaction mode is determined on the first operation or SET TRANSACTION or READONLY mode.

Breaking changes

I believe it doesn't introduce any breaking changes from released version.

Related Issues

@apstndb apstndb merged commit 4229553 into main Dec 9, 2024
2 checks passed
@apstndb apstndb deleted the feature/jdbc-compatible-begin branch December 9, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant