# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1564596204 -7200 # Node ID 60bfe2d0ba2a796e3cabdd4cd9e4f65f9035f962 # Parent b127164342c47d764462d0e30d603fbd656513ea We do support createStatement with result set holdability diff --git a/release.txt b/release.txt --- a/release.txt +++ b/release.txt @@ -57,7 +57,6 @@ Currently implemented JDBC 4.1 interface * java.sql.Connection The next features/methods are NOT useable/supported: - createArrayOf, createNClob, createStruct, createSQLXML - - createStatement with result set holdability - prepareStatement with array of column indices or column names - setHoldability (close/hold cursors over commit is not configurable)