Skip to content

Conversation

olavloite
Copy link
Contributor

Adds an additional option to the begin [transaction] SQL statement to specify the isolation level of that transaction. The following format is now supported:

{begin | start} [transaction] [isolation level {repeatable read | serializable}]

@olavloite olavloite requested review from a team as code owners April 3, 2025 11:52
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Apr 3, 2025
@olavloite olavloite requested a review from aakashanandg April 3, 2025 11:53
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner API. label Apr 3, 2025
Adds an additional option to the `begin [transaction]` SQL statement to
specify the isolation level of that transaction. The following format is
now supported:

```
{begin | start} [transaction] [isolation level {repeatable read | serializable}]
```
@olavloite olavloite force-pushed the dbapi-begin-isolation-level branch from f15b60a to 56fe1a5 Compare April 3, 2025 12:16
@olavloite olavloite enabled auto-merge (squash) April 14, 2025 09:53
@olavloite olavloite merged commit 3ac0f91 into main Apr 14, 2025
15 checks passed
@olavloite olavloite deleted the dbapi-begin-isolation-level branch April 14, 2025 11:31
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/python-spanner API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants