Mercurial > hg > monetdb-java
diff ChangeLog @ 645:fbed03097738
Corrected DatabaseMetaData methods getPrimaryKeys(), getBestRowIdentifier() and getIndexInfo() for temporary tables in schema tmp.
They did not return any rows when the tmp table had a primary or unique key or index. Now they do return rows as expected.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 30 Mar 2022 17:55:33 +0200 (2022-03-30) |
parents | dd9b4fb14256 |
children | 03e0f577db00 |
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 Mar 30 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Corrected DatabaseMetaData methods getPrimaryKeys(), getBestRowIdentifier() + and getIndexInfo() for temporary tables in schema tmp. They did not + return any rows when the tmp table had a primary or unique key or index. + Now they do return rows as expected. + * Thu Feb 10 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Added recognition of 'xml' type. Use default mapping to Types.VARCHAR for easy and fast (as java.lang.String) retrieval, display and setting data of