Skip to content

feat: support isolation level REPEATABLE_READ for R/W transactions #3670

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

Merged
merged 8 commits into from
Mar 17, 2025
Prev Previous commit
Next Next commit
Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/Sp…
…annerOptions.java

Co-authored-by: Knut Olav Løite <[email protected]>
  • Loading branch information
shobhitsg and olavloite committed Mar 17, 2025
commit d63e36edbd3899fc80cbde532fa9617426024f61
Original file line number Diff line number Diff line change
Expand Up @@ -1652,8 +1652,7 @@ public Builder setEnableEndToEndTracing(boolean enableEndToEndTracing) {
}

/**
* Provides the default read-write transaction options for all databases, limited to setting the
* {@link IsolationLevel}. These defaults are overridden by any explicit {@link
* Provides the default read-write transaction options for all databases. These defaults are overridden by any explicit {@link
* com.google.cloud.spanner.Options.TransactionOption} provided through {@link DatabaseClient}.
*
* <p>Example Usage:
Expand Down