Skip to content

Commit

Permalink
Update src/main/java/com/microsoft/sqlserver/jdbc/IOBuffer.java
Browse files Browse the repository at this point in the history
Co-authored-by: David Engel <dengel1012@gmail.com>
  • Loading branch information
lilgreenbird and David-Engel authored Jul 20, 2022
1 parent e423cb2 commit f06aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/microsoft/sqlserver/jdbc/IOBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ final class TDS {
static final String PROTOCOL_TDS80 = "tds/8.0"; // TLS-first connections

// TDS versions
static final int VER_TDS80 = 0x8000005; // TDS 8.0
static final int VER_TDS80 = 0x8000000; // TDS 8.0
static final int VER_DENALI = 0x74000004; // TDS 7.4
static final int VER_KATMAI = 0x730B0003; // TDS 7.3B(includes null bit compression)
static final int VER_YUKON = 0x72090002; // TDS 7.2
Expand Down

0 comments on commit f06aeba

Please sign in to comment.