Skip to content

Commit

Permalink
Update MSSQL Server JDBC driver to 12.2.0.jre11
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jul 25, 2023
1 parent a100541 commit c43020a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public void testDateYearOfEraPredicate()
assertQuery("SELECT orderdate FROM orders WHERE orderdate = DATE '1997-09-14'", "VALUES DATE '1997-09-14'");
assertQueryFails(
"SELECT * FROM orders WHERE orderdate = DATE '-1996-09-14'",
"Conversion failed when converting date and/or time from character string\\.");
".*\\QConversion failed when converting date and/or time from character string.\\E");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.1.jre17</version>
<version>12.2.0.jre11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c43020a

Please sign in to comment.