The driver currently lacks critical JDBC 4.1 methods. Most notably: * [ResultSet#getObject(int,Class)](https://github.com/Microsoft/mssql-jdbc/blob/master/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResultSet.java#L2384) * [ResultSet#getObject(String,Class)](https://github.com/Microsoft/mssql-jdbc/blob/master/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResultSet.java#L2401) * [CallableStatement#getObject(int,Class)](https://github.com/Microsoft/mssql-jdbc/blob/master/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCallableStatement.java#L733) * [CallableStatement#getObject(String,Class)](https://github.com/Microsoft/mssql-jdbc/blob/master/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCallableStatement.java#L754) These limitations make it impossible to retrieve [Java 8 Date and Time API](http://www.oracle.com/technetwork/articles/java/jf14-date-time-2125367.html) data types.
The driver currently lacks critical JDBC 4.1 methods. Most notably:
These limitations make it impossible to retrieve Java 8 Date and Time API data types.