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
* 12.6.1 version bump
* Update src/samples/dataclassification/pom.xml
Co-authored-by: David Engel <[email protected]>
---------
Co-authored-by: David Engel <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
6
+
## [12.6.1] Hotfix & Stable Release
7
+
### Fixed issues
8
+
- Fixed 'EXEC' escape syntax for CallableStatements. 'EXEC' keyword can be used to execute stored procedures. [#2329](https://github.com/microsoft/mssql-jdbc/pull/2329)
9
+
6
10
## [12.6.0] Stable Release
7
11
### Changed
8
12
- Adjusted PreparedStatement cache, so it's cleared before every execute [#2272](https://github.com/microsoft/mssql-jdbc/pull/2272)
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ We're now on the Maven Central Repository. Add the following to your POM file to
81
81
<dependency>
82
82
<groupId>com.microsoft.sqlserver</groupId>
83
83
<artifactId>mssql-jdbc</artifactId>
84
-
<version>12.6.0.jre11</version>
84
+
<version>12.6.1.jre11</version>
85
85
</dependency>
86
86
```
87
87
The driver can be downloaded from [Microsoft](https://aka.ms/downloadmssqljdbc). For driver version 12.1.0 and greater, please use the jre11 version when using Java 11 or greater, and the jre8 version when using Java 8.
@@ -92,7 +92,7 @@ To get the latest version of the driver, add the following to your POM file:
92
92
<dependency>
93
93
<groupId>com.microsoft.sqlserver</groupId>
94
94
<artifactId>mssql-jdbc</artifactId>
95
-
<version>12.6.0.jre11</version>
95
+
<version>12.6.1.jre11</version>
96
96
</dependency>
97
97
```
98
98
@@ -127,7 +127,7 @@ Projects that require either of the two features need to explicitly declare the
127
127
<dependency>
128
128
<groupId>com.microsoft.sqlserver</groupId>
129
129
<artifactId>mssql-jdbc</artifactId>
130
-
<version>12.6.0.jre11</version>
130
+
<version>12.6.1.jre11</version>
131
131
<scope>compile</scope>
132
132
</dependency>
133
133
@@ -145,7 +145,7 @@ Projects that require either of the two features need to explicitly declare the
145
145
<dependency>
146
146
<groupId>com.microsoft.sqlserver</groupId>
147
147
<artifactId>mssql-jdbc</artifactId>
148
-
<version>12.6.0.jre11</version>
148
+
<version>12.6.1.jre11</version>
149
149
<scope>compile</scope>
150
150
</dependency>
151
151
@@ -172,7 +172,7 @@ When setting 'useFmtOnly' property to 'true' for establishing a connection or cr
Copy file name to clipboardExpand all lines: mssql-jdbc_auth_LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
MICROSOFT SOFTWARE LICENSE TERMS
2
-
MICROSOFT JDBC DRIVER 12.6.0 FOR SQL SERVER
2
+
MICROSOFT JDBC DRIVER 12.6.1 FOR SQL SERVER
3
3
4
4
These license terms are an agreement between you and Microsoft Corporation (or one of its affiliates). They apply to the software named above and any Microsoft services or software updates (except to the extent such services or updates are accompanied by new or additional terms, in which case those different terms apply prospectively and do not alter your or Microsoft’s rights relating to pre-updated software or services). IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS.
0 commit comments