Mercurial > hg > monetdb-java
diff release.txt @ 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 | 437e51b4c169 |
children | 19fba8e8ee17 |
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: