You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added SQL_SERVER_SNAPSHOT value to TransactionIsolationLevel enum
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.
0 commit comments