feat: add default_isolation_level connection property by olavloite · Pull Request #3702 · googleapis/java-spanner (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation0 Commits4 Checks29 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Add a default_isolation_level
property for the Connection API. This property will be used by the JDBC driver and PGAdapter to set a default isolation level for all read/write transactions that are executed by a connection.
Support for setting an isolation level for a single transaction will be added in a follow-up pull request.
Add a default_isolation_level
property for the Connection API.
This property will be used by the JDBC driver and PGAdapter to
set a default isolation level for all read/write transactions
that are executed by a connection.
Support for setting an isolation level for a single transaction will be added in a follow-up pull request.
olavloite deleted the default-isolation-level-connection-api branch
Labels
Issues related to the googleapis/java-spanner API.
Pull request size is large.
2 participants