First published on MSDN on Feb 28, 2018
We are pleased to announce the production release of the Microsoft JDBC Driver 6.4 for SQL Server!
The 6.4 Release To World (RTW) adds support for the following:
For a full list of these new features as well as changes and issues fixed, please see the Github Release Tag or the release notes included with the downloadable package on the Microsoft Download Center.
Getting the latest release
The latest bits are available on the Microsoft Download Center , GitHub repository (jre8/jre9 , jre7 ) and Maven Central .
Add the JDBC 6.4 RTW driver to your Maven project by adding the following code to your POM file to include it as a dependency in your project (choose .jre7, .jre8, or .jre9 for your required Java version).
Help us improve the JDBC Driver by taking our survey , filing issues on GitHub or contributing to the project.
Please also check out our tutorials to get started with developing apps in your programming language of choice and SQL Server.
David Engel
We are pleased to announce the production release of the Microsoft JDBC Driver 6.4 for SQL Server!
The 6.4 Release To World (RTW) adds support for the following:
- Java 9 along with some methods from the JDBC 4.3 API specification
- Caching prepared statement metadata (enabled via connection properties)
- SQLVariant data type in table queries, bulk copy, and table-valued parameters
- Specifying a custom TrustManager for a connection
- Specifying the SSL protocol version to use for a connection
-
Azure Active Directory Integrated Authentication on all supported Operating Systems (Windows/Linux/Mac)
with Kerberos - Data types DATETIME and SMALLDATETIME when using Table-Valued Parameters (TVP)
- CallableStatement now recognizes parameter names with a leading '@' (at) symbol
For a full list of these new features as well as changes and issues fixed, please see the Github Release Tag or the release notes included with the downloadable package on the Microsoft Download Center.
Getting the latest release
The latest bits are available on the Microsoft Download Center , GitHub repository (jre8/jre9 , jre7 ) and Maven Central .
Add the JDBC 6.4 RTW driver to your Maven project by adding the following code to your POM file to include it as a dependency in your project (choose .jre7, .jre8, or .jre9 for your required Java version).
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.4.0.jre8</version>
</dependency>
Help us improve the JDBC Driver by taking our survey , filing issues on GitHub or contributing to the project.
Please also check out our tutorials to get started with developing apps in your programming language of choice and SQL Server.
David Engel
Updated Mar 24, 2019
Version 2.0SQL-Server-Team
Microsoft
Joined March 23, 2019
SQL Server Blog
Follow this blog board to get notified when there's new activity