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

feat: add default_isolation_level connection property #3702

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

olavloite
Copy link
Collaborator

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 olavloite requested review from a team as code owners March 19, 2025 11:09
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the googleapis/java-spanner API. labels Mar 19, 2025
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 olavloite force-pushed the default-isolation-level-connection-api branch from e2da861 to d1ba012 Compare March 19, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant