Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

feat: add isolation level support and sample#652

Merged
olavloite merged 5 commits intomainfrom
isolation-level
May 7, 2025
Merged

feat: add isolation level support and sample#652
olavloite merged 5 commits intomainfrom
isolation-level

Conversation

@olavloite
Copy link
Contributor

Add support for specifying the transaction isolation level. Spanner currently supports two isolation levels:

  • SERIALIZABLE (default)
  • REPEATABLE READ

Add support for specifying the transaction isolation level. Spanner currently supports
two isolation levels:
- SERIALIZABLE (default)
- REPEATABLE READ
@product-auto-label product-auto-label bot added api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. samples Issues that are directly related to samples. labels May 2, 2025
@olavloite olavloite force-pushed the isolation-level branch 3 times, most recently from 1f67b76 to 33ddca3 Compare May 2, 2025 16:51
@olavloite olavloite requested a review from rahul2393 May 2, 2025 16:56
@olavloite olavloite merged commit 0aba318 into main May 7, 2025
17 checks passed
@olavloite olavloite deleted the isolation-level branch May 7, 2025 10:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant