comparison ChangeLog @ 888:549225b7be85

Corrected ResultSetMetaData methods getPrecision(), getColumnDisplaySize() and ParameterMetaData method getPrecision() for the interval data types. They now return more precise information for the 13 possible interval data types.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 04 Apr 2024 15:14:53 +0200 (12 months ago)
parents 674f9ed21308
children 0ce63f3686fe
comparison
equal deleted inserted replaced
887:674f9ed21308 888:549225b7be85
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 3
4 * Thu Apr 4 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> 4 * Thu Apr 4 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - Improved ResultSetMetaData.getColumnTypeName() and 5 - Corrected ResultSetMetaData methods getColumnTypeName(), getPrecision(),
6 ParameterMetaData.getParameterTypeName() for interval types. It now 6 getColumnDisplaySize() and ParameterMetaData methods getParameterTypeName()
7 returns more precise information for the interval data types. 7 and getPrecision() for the interval data types. They now return
8 more precise information for the 13 possible interval data types.
8 9
9 * Thu Mar 7 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> 10 * Thu Mar 7 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
10 - Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial 11 - Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial
11 and bigserial data types and all 13 possible interval data types. 12 and bigserial data types and all 13 possible interval data types.
12 13