Mercurial > hg > monetdb-java
comparison ChangeLog @ 823:d3f92fcd047c
correct English
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 14 Dec 2023 20:24:53 +0100 (16 months ago) |
parents | 4c35009cd59c |
children | b2cbe866d020 |
comparison
equal
deleted
inserted
replaced
822:ad4491372c2c | 823:d3f92fcd047c |
---|---|
41 getTableTypes() and getTables(). These 3 methods will now fail when | 41 getTableTypes() and getTables(). These 3 methods will now fail when |
42 used with those very old MonetDB servers. | 42 used with those very old MonetDB servers. |
43 | 43 |
44 * Wed Jul 5 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 44 * Wed Jul 5 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
45 - Corrected implementation of Connection methods getClientInfo() and | 45 - Corrected implementation of Connection methods getClientInfo() and |
46 setClientInfo(). They used to get/set Connection properties instead | 46 setClientInfo(). They used to get/set Connection properties instead of |
47 of Client Info properties which was a incorrect. MonetDB does not | 47 Client Info properties, which was incorrect. MonetDB does not support |
48 support Client Info properties. | 48 Client Info properties. |
49 | 49 |
50 * Thu Jun 22 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 50 * Thu Jun 22 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
51 - Corrected DatabaseMetaData method getClientProperties(). | 51 - Corrected DatabaseMetaData method getClientProperties(). |
52 It used to return connection properties instead of client info properties. | 52 It used to return connection properties instead of client info properties. |
53 | 53 |