Skip to content

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.

3 participants