Mercurial > hg > monetdb-java
comparison ChangeLog @ 966:39b74cc688d2
Fix a bug in DatabaseMetaData.getTables() where a provided string in the
array of table types argument would contain a single quote or back slash.
It was not escaped properly, resulting in an SQL syntax error.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 12 Feb 2025 22:31:08 +0100 (2 months ago) |
parents | 8aaa9964359a |
children | 5cc071c5c170 |
comparison
equal
deleted
inserted
replaced
965:8aaa9964359a | 966:39b74cc688d2 |
---|---|
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 | 3 |
4 * Wed Feb 12 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 4 * Wed Feb 12 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
5 - Fix a bug in DatabaseMetaData.getTables() where a provided string in the | |
6 array of table types argument would contain a single quote or back slash. | |
7 It was not escaped properly, resulting in an SQL syntax error. | |
5 - Fix missing escaping of single back slashes in string data provided to | 8 - Fix missing escaping of single back slashes in string data provided to |
6 PreparedStatement methods setString(), setClob(), setObject() and setURL(). | 9 PreparedStatement methods setString(), setClob(), setObject() and setURL(). |
7 | 10 |
8 * Thu Jan 16 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 11 * Thu Jan 16 2025 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
9 - The release version number has been bumped to 12.0 to avoid confusion | 12 - The release version number has been bumped to 12.0 to avoid confusion |