# HG changeset patch
# User Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
# Date 1671735943 -3600
# Node ID 7cec464246f26d0e0433a8f3bbf0d6e0fbe61fb0
# Parent  5244af37a8e27898754a657f12615fecff9bb6a7
Correct and improve the information on Statement.setEscapeProcessing method.

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: