Mercurial > hg > monetdb-java
comparison ChangeLog @ 767:1547843b3a9b
Removed code to support old MonetDB servers Oct2014 or older.
Those old servers did not yet have the system tables: sys.keywords and sys.table_types which are introduced in Jul2015 release.
Those system tables are used by MonetDatabaseMetaData methods: getSQLKeywords(), getTableTypes() and getTables().
These 3 methods will now fail when used with those very old MonetDB servers.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 06 Jul 2023 12:57:02 +0200 (21 months ago) |
parents | 052c23fbfab2 |
children | a80c21fe7bb2 |
comparison
equal
deleted
inserted
replaced
766:32dd608f9169 | 767:1547843b3a9b |
---|---|
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 Jul 6 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
5 - Removed code to support old MonetDB servers Oct2014 or older. Those | |
6 old servers did not yet have the system tables: sys.keywords and | |
7 sys.table_types which are introduced in Jul2015 release. Those system | |
8 tables are used by MonetDatabaseMetaData methods: getSQLKeywords(), | |
9 getTableTypes() and getTables(). These 3 methods will now fail when | |
10 used with those very old MonetDB servers. | |
3 | 11 |
4 * Wed Jul 5 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 12 * Wed Jul 5 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
5 - Corrected implementation of Connection methods getClientInfo() and | 13 - Corrected implementation of Connection methods getClientInfo() and |
6 setClientInfo(). They used to get/set Connection properties instead | 14 setClientInfo(). They used to get/set Connection properties instead |
7 of Client Info properties which was a incorrect. MonetDB does not | 15 of Client Info properties which was a incorrect. MonetDB does not |