# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1504196424 -7200 # Node ID b016c9e945a0c3feca3f785e5ac2fb9c0be3222c # Parent 9ce094bd1bffbf204c3ab21297b22a3cc7448fde Update release.txt as we do have interface java.sql.SQLData implemented by two classes. diff --git a/release.txt b/release.txt --- a/release.txt +++ b/release.txt @@ -86,6 +86,10 @@ Currently implemented JDBC 4.1 interface - setAsciiStream - setCharacterStream + * java.sql.SQLData + implemented by class: nl.cwi.monetdb.jdbc.types.INET + and by class: nl.cwi.monetdb.jdbc.types.URL + * javax.sql.DataSource (not tested) @@ -95,7 +99,6 @@ The next java.sql.* interfaces are NOT i * java.sql.NClob * java.sql.Ref * java.sql.Rowid - * java.sql.SQLData * java.sql.SQLInput * java.sql.SQLOutput * java.sql.SQLXML