Mercurial > hg > monetdb-java
comparison ChangeLog @ 820:4c35009cd59c
In ResultSet.getObject() method added support for retrieving
TIMESTAMP WITH TIME ZONE data as java.time.OffsetDateTime object and
TIME WITH TIME ZONE as java.time.OffsetTime object.
Also methods ResultSetMetaData.getColumnClassName() and ParameterMetaData.getParameterClassName() now return
java.time.OffsetDateTime.class for columns of type TIMESTAMP WITH TIME ZONE and
java.time.OffsetTime.class for columns of type TIME WITH TIME ZONE.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 14 Dec 2023 14:58:21 +0100 (16 months ago) |
parents | 71d32f1a4d60 |
children | d3f92fcd047c |
comparison
equal
deleted
inserted
replaced
819:726a1d7b168c | 820:4c35009cd59c |
---|---|
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 Dec 14 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
5 - In ResultSet.getObject() method added support for retrieving | |
6 TIMESTAMP WITH TIME ZONE data as java.time.OffsetDateTime object | |
7 and TIME WITH TIME ZONE as java.time.OffsetTime object. | |
8 Also methods ResultSetMetaData.getColumnClassName() and | |
9 ParameterMetaData.getParameterClassName() now return | |
10 java.time.OffsetDateTime.class for columns of type TIMESTAMP WITH TIME ZONE | |
11 and java.time.OffsetTime.class for columns of type TIME WITH TIME ZONE. | |
3 | 12 |
4 * Thu Oct 12 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 13 * Thu Oct 12 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
5 - Improved DatabaseMetaData.getSystemFunctions(). It now also returns | 14 - Improved DatabaseMetaData.getSystemFunctions(). It now also returns |
6 functions: current_sessionid, greatest, ifnull, least, sql_max, sql_min. | 15 functions: current_sessionid, greatest, ifnull, least, sql_max, sql_min. |
7 Function ifnull will only be returned for servers Jun2023 (11.47 or higher). | 16 Function ifnull will only be returned for servers Jun2023 (11.47 or higher). |