comparison ChangeLog @ 757:7f68120de37c

Corrected DatabaseMetaData method getClientProperties(). It used to return connection properties instead of client info properties. Extended tests. HG En commit message. Lines beginning with 'HG:' are removed.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 22 Jun 2023 14:54:03 +0200 (21 months ago)
parents 99ff3cd9f4f0
children 052c23fbfab2
comparison
equal deleted inserted replaced
756:a39d3a45da56 757:7f68120de37c
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 * Thu Jun 22 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - Corrected DatabaseMetaData method getClientProperties().
6 It used to return connection properties instead of client info properties.
3 7
4 * Thu May 4 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> 8 * Thu May 4 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - Corrected DatabaseMetaData method getStringFunctions() when connected 9 - Corrected DatabaseMetaData method getStringFunctions() when connected
6 to Jun2023 server. It now includes the string functions from the new 10 to Jun2023 server. It now includes the string functions from the new
7 txtsim module. 11 txtsim module.