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

Commits on Jul 8, 2020

  1. 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.
    maltalex committed Jul 8, 2020
    Copy the full SHA
    97ea9ac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24270ab View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f5cd683 View commit details
    Browse the repository at this point in the history