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

Added SQL_SERVER_SNAPSHOT value to TransactionIsolationLevel enum #1973

Merged
merged 3 commits into from Jul 9, 2020

Conversation

maltalex
Copy link
Contributor

@maltalex maltalex commented Jul 8, 2020

Sql Server supports a non-standard transaction isolation level called "SNAPSHOT" whose JDBC value is 0x1000 (4096). The new enum value adds support for this isolation level.

The name "SQL_SERVER_SNAPSHOT" was chosen to reflect the fact that it is unique to SQL Server to avoid confusion. See #1969

Sql Server supports a non-standard transaction isolation level called
"SNAPSHOT" whose JDBC value is 0x1000 (4096). The new enum value adds
support for this isolation level.

The name "SQL_SERVER_SNAPSHOT" was chosen to reflect the fact that it is
unique to SQL Server to avoid confusion.
@kazuki43zoo kazuki43zoo added the enhancement Improve a feature or add a new feature label Jul 8, 2020
@kazuki43zoo kazuki43zoo added this to the 3.5.6 milestone Jul 8, 2020
@harawata harawata merged commit fde621c into mybatis:master Jul 9, 2020
@harawata
Copy link
Member

harawata commented Jul 9, 2020

@maltalex ,
The new constant should be available in the latest 3.5.6-SNAPSHOT.
Please let me know if there is any issue.
Thank you again for the report and this PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve a feature or add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants