# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1622575176 -7200 # Node ID 0e30bc245838610d2e15e08962721ed8a6ed3c64 # Parent 5b99ca67825acd0c252baff8f3181e70a773dca1 Update the release.txt diff --git a/release.txt b/release.txt --- a/release.txt +++ b/release.txt @@ -11,6 +11,10 @@ For more information see https://www.mon The latest MonetDB JDBC driver can be downloaded from https://www.monetdb.org/downloads/Java/ +The sources for this JDBC driver and related Java programs can be found at: +https://dev.monetdb.org/hg/monetdb-java/file/tip + + The MonetDB JDBC connection URL format to use is: jdbc:monetdb://<hostname>[:<portnr>]/<databasename>[?<property>=<value>[&<property>=<value>]] @@ -79,6 +83,8 @@ please let us know at our bugtracker: Currently implemented JDBC 4.2 interfaces include: * java.sql.Driver + The next method is NOT useable/supported: + - getParentLogger * java.sql.Connection The next features/methods are NOT useable/supported: @@ -127,7 +133,11 @@ Currently implemented JDBC 4.2 interface - getAsciiStream, getUnicodeStream - getNClob - getRef, getRowId, getSQLXML - - All methods related to updateable result sets + - getObject(column, Class<T> type) + - moveToCurrentRow, moveToInsertRow, + - All methods related to updateable result sets such as: + updateArray ... updateTimestamp, cancelRowUpdates, + deleteRow, insertRow, refreshRow * java.sql.ResultSetMetaData @@ -151,6 +161,8 @@ Currently implemented JDBC 4.2 interface and by class: org.monetdb.jdbc.types.URL * javax.sql.DataSource (not tested) + The next method is NOT useable/supported: + - getParentLogger The following java.sql.* interfaces are NOT implemented: