Mercurial > hg > monetdb-java
diff ChangeLog @ 764:052c23fbfab2
Corrected implementation of Connection methods getClientInfo() and setClientInfo().
They used to get/set Connection properties instead of Client Info properties which was a incorrect.
MonetDB does not support Client Info properties.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 05 Jul 2023 21:34:11 +0200 (21 months ago) |
parents | 7f68120de37c |
children | 1547843b3a9b |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Wed Jul 5 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Corrected implementation of Connection methods getClientInfo() and + setClientInfo(). They used to get/set Connection properties instead + of Client Info properties which was a incorrect. MonetDB does not + support Client Info properties. + * Thu Jun 22 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Corrected DatabaseMetaData method getClientProperties(). It used to return connection properties instead of client info properties.