Skip to content

Conversation

@olavloite
Copy link
Collaborator

Support setting a default isolation level for a connection and connector. All read/write transactions on a connection will use the default isolation level, unless an isolation level is specified in the BeginTx function call.

Add support for isolation level REPEATABLE READ with the BeginTx function.
This allows the caller to specify the isolation level for a single transaction.
A follow-up pull request will add support for setting the default isolation
level that should be used by a connection.
Support setting a default isolation level for a connection and connector.
All read/write ransactions on a connection will use the default isolation level,
unless an isolation level is specified in the BeginTx function call.
@olavloite olavloite requested a review from a team as a code owner March 24, 2025 13:43
Copy link
Contributor

@bhatt4982 bhatt4982 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Base automatically changed from tx-isolation-level to main March 28, 2025 06:35
@olavloite olavloite merged commit 219fe6e into main Mar 28, 2025
18 checks passed
@olavloite olavloite deleted the default-isolation-level branch March 28, 2025 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants