Changeset: 7cec464246f2 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/7cec464246f2
Modified Files:
        release.txt
Branch: default
Log Message:

Correct and improve the information on Statement.setEscapeProcessing method.


diffs (15 lines):

diff --git a/release.txt b/release.txt
--- a/release.txt
+++ b/release.txt
@@ -116,8 +116,9 @@ Currently implemented JDBC 4.2 interface
     - executeUpdate with column indices or names
     - setMaxFieldSize
     - setCursorName
-    - setEscapeProcessing on for Sep2022 (11.45) or older servers
-    - setEscapeProcessing off for Sep2022 (11.45) or older servers
+    The next methods will add an SQLWarning:
+    - setEscapeProcessing(true)  for Sep2022 (11.45) and older servers
+    - setEscapeProcessing(false) for ???2023 (11.47) and newer servers
 
   * java.sql.PreparedStatement
     The next methods are NOT useable/supported:
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to