Mercurial > hg > monetdb-java
changeset 477:0e30bc245838
Update the release.txt
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Tue, 01 Jun 2021 21:19:36 +0200 (2021-06-01) |
parents | 5b99ca67825a |
children | e239f02fe8b6 |
files | release.txt |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: