-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected ResultSetMetaData methods getPrecision(), getColumnDisplayS…
…ize() and ParameterMetaData method getPrecision() for the interval data types. They now return more precise information for the 13 possible interval data types.
- Loading branch information
Showing
4 changed files
with
138 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,10 @@ | |
# This file is updated with Maddlog | ||
|
||
* Thu Apr 4 2024 Martin van Dinther <[email protected]> | ||
- Improved ResultSetMetaData.getColumnTypeName() and | ||
ParameterMetaData.getParameterTypeName() for interval types. It now | ||
returns more precise information for the interval data types. | ||
- Corrected ResultSetMetaData methods getColumnTypeName(), getPrecision(), | ||
getColumnDisplaySize() and ParameterMetaData methods getParameterTypeName() | ||
and getPrecision() for the interval data types. They now return | ||
more precise information for the 13 possible interval data types. | ||
|
||
* Thu Mar 7 2024 Martin van Dinther <[email protected]> | ||
- Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters