comparison ChangeLog @ 882:cd6e5449fb1a

Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial and bigserial data types and all 13 possible interval data types.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 07 Mar 2024 19:55:44 +0100 (13 months ago)
parents c6946ee9f5ce
children 674f9ed21308
comparison
equal deleted inserted replaced
881:4973317db1cc 882:cd6e5449fb1a
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 Mar 7 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial
6 and bigserial data types and all 13 possible interval data types.
3 7
4 * Thu Dec 28 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> 8 * Thu Dec 28 2023 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - In ResultSet.getObject(column, Class<T> type) and 9 - In ResultSet.getObject(column, Class<T> type) and
6 ResultSet.getObject(column, Map<String,Class<?>>) methods added support 10 ResultSet.getObject(column, Map<String,Class<?>>) methods added support
7 to return objects for classes: java.time.LocalDate, java.time.LocalDateTime 11 to return objects for classes: java.time.LocalDate, java.time.LocalDateTime