diff release.txt @ 376:ffdc7b0e102d

Updated JDBC driver to comply with JDBC 4.2 interface now we compile for Java 8. This includes: - adding 8 methods to MonetCallableStatement - adding 2 methods to MonetDatabaseMetaData - adding 3 methods to MonetPreparedStatement - adding 4 methods to MonetResultSet - adding 8 methods to MonetStatement Some methods needs some more work, for instance getLargeUpdateCount(). This will be done in a separate checkin.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 23 Sep 2020 18:55:33 +0200 (2020-09-23)
parents 37f54743b1fd
children 11c30e3b7966
line wrap: on
line diff
--- a/release.txt
+++ b/release.txt
@@ -43,8 +43,8 @@ See also: https://www.monetdb.org/Docume
 
 JDBC COMPLIANCE
 The MonetDB JDBC driver is a type 4 driver (100% pure Java) and
-complies to JDBC 4.1 definition, see
- http://docs.oracle.com/javase/7/docs/technotes/guides/jdbc/index.html
+complies to JDBC 4.2 definition, see
+ http://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/index.html
 and
  https://en.wikipedia.org/wiki/Java_Database_Connectivity
 
@@ -60,7 +60,7 @@ If you feel some features are missing or
 please let us know at our bugtracker:
   https://www.monetdb.org/bugzilla/
 
-Currently implemented JDBC 4.1 interfaces include:
+Currently implemented JDBC 4.2 interfaces include:
   * java.sql.Driver
 
   * java.sql.Connection
@@ -138,11 +138,13 @@ Currently implemented JDBC 4.1 interface
 
 The following java.sql.* interfaces are NOT implemented:
   * java.sql.Array
+  * java.sql.DriverAction
   * java.sql.NClob
   * java.sql.Ref
   * java.sql.Rowid
   * java.sql.SQLInput
   * java.sql.SQLOutput
+  * java.sql.SQLType
   * java.sql.SQLXML
   * java.sql.Struct