Mercurial > hg > monetdb-java
comparison 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 (2 months ago) |
parents | 52a23aaa8580 |
children | 39b74cc688d2 |
comparison
equal
deleted
inserted
replaced
964:bbd6f2407d2e | 965:8aaa9964359a |
---|---|
1 # ChangeLog file for monetdb-java | 1 # ChangeLog file for monetdb-java |
2 # This file is updated with Maddlog | 2 # This file is updated with Maddlog |
3 | |
4 * Wed Feb 12 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
5 - Fix missing escaping of single back slashes in string data provided to | |
6 PreparedStatement methods setString(), setClob(), setObject() and setURL(). | |
3 | 7 |
4 * Thu Jan 16 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 8 * Thu Jan 16 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
5 - The release version number has been bumped to 12.0 to avoid confusion | 9 - The release version number has been bumped to 12.0 to avoid confusion |
6 with historic 11.x versions. | 10 with historic 11.x versions. |
7 - Compiled and released new jar files: monetdb-jdbc-12.0.jre8.jar and | 11 - Compiled and released new jar files: monetdb-jdbc-12.0.jre8.jar and |