changeset 712:7cec464246f2

Correct and improve the information on Statement.setEscapeProcessing method.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 22 Dec 2022 20:05:43 +0100 (2022-12-22)
parents 5244af37a8e2
children c3c424a90a42
files release.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: