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

Implements TRANSACTION_TAG and STATEMENT_TAG system variables #76

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

apstndb
Copy link
Owner

@apstndb apstndb commented Dec 9, 2024

This PR implements TRANSACTION_TAG and STATEMENT_TAG.

  • These are mostly compatible with the Spanner JDBC driver.
    • STATEMENT_TAG should be REQUEST_TAG, but I have prioritized to be Spanner JDBC driver compatibility.
  • They replaces BEGIN RW TAG <tag> and BEGIN RO TAG <tag>.

Breaking changes

  • BEGIN RW TAG <tag> and BEGIN RO TAG <tag> are no longer supported.

References

@apstndb apstndb merged commit 498bc4b into main Dec 9, 2024
2 checks passed
@apstndb apstndb deleted the feature/tags branch December 9, 2024 00:14
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