Mercurial > hg > monetdb-java
comparison ChangeLog @ 887:674f9ed21308
Improved ResultSetMetaData.getColumnTypeName() and ParameterMetaData.getParameterTypeName() for interval types. It now returns more precise information for the 13 possible interval data types.
Also extended test Test_Interval_Types() to test all 13 interval types, both as result column and as parameter.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 04 Apr 2024 12:56:33 +0200 (12 months ago) |
parents | cd6e5449fb1a |
children | 549225b7be85 |
comparison
equal
deleted
inserted
replaced
886:4f50019b2cf8 | 887:674f9ed21308 |
---|---|
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 Apr 4 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
5 - Improved ResultSetMetaData.getColumnTypeName() and | |
6 ParameterMetaData.getParameterTypeName() for interval types. It now | |
7 returns more precise information for the interval data types. | |
3 | 8 |
4 * Thu Mar 7 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 9 * Thu Mar 7 2024 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
5 - Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial | 10 - Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial |
6 and bigserial data types and all 13 possible interval data types. | 11 and bigserial data types and all 13 possible interval data types. |
7 | 12 |