Mercurial > hg > monetdb-java
diff ChangeLog @ 965:8aaa9964359a
Fix missing escaping of single back slashes in string data provided to
PreparedStatement methods setString(), setClob(), setObject() and setURL().
Also corrected and extended test Test_PSsetBytes.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 12 Feb 2025 21:53:06 +0100 (7 weeks ago) |
parents | 52a23aaa8580 |
children | 39b74cc688d2 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Wed Feb 12 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Fix missing escaping of single back slashes in string data provided to + PreparedStatement methods setString(), setClob(), setObject() and setURL(). + * Thu Jan 16 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - The release version number has been bumped to 12.0 to avoid confusion with historic 11.x versions.