comparison ChangeLog @ 827:b2cbe866d020

Enhanced DatabaseMetaData.getTables() method by adding support for SQL table type names: 'BASE TABLE', 'GLOBAL TEMPORARY' and 'LOCAL TEMPORARY' in parameter types[]. These are SQL synonyms of MonetDB table type names: 'TABLE', 'GLOBAL TEMPORARY TABLE' and 'LOCAL TEMPORARY TABLE'.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 20 Dec 2023 19:10:17 +0100 (16 months ago)
parents d3f92fcd047c
children 7eb05cbf67dc
comparison
equal deleted inserted replaced
826:1074ad1a4c63 827:b2cbe866d020
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 * Wed Dec 20 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - Enhanced DatabaseMetaData.getTables() method by adding support for SQL
6 table type names: 'BASE TABLE', 'GLOBAL TEMPORARY' and 'LOCAL TEMPORARY'
7 in parameter types[]. These are SQL synonyms of MonetDB table type names:
8 'TABLE', 'GLOBAL TEMPORARY TABLE' and 'LOCAL TEMPORARY TABLE'.
3 9
4 * Thu Dec 14 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> 10 * Thu Dec 14 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - In ResultSet.getObject() method added support for retrieving 11 - In ResultSet.getObject() method added support for retrieving
6 TIMESTAMP WITH TIME ZONE data as java.time.OffsetDateTime object 12 TIMESTAMP WITH TIME ZONE data as java.time.OffsetDateTime object
7 and TIME WITH TIME ZONE as java.time.OffsetTime object. 13 and TIME WITH TIME ZONE as java.time.OffsetTime object.