diff ChangeLog @ 667:ed3d0c1a60cf

Corrected PreparedStatement methods getMetaData().getColumnDisplaySize(), getMetaData().getPrecision() and getParameterMetaData().getPrecision().
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 27 Oct 2022 21:29:15 +0200 (2022-10-27)
parents 8f7d51c478df
children cd6193bc5956
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog file for monetdb-java
 # This file is updated with Maddlog
 
+* Thu Oct 27 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
+- Corrected PreparedStatement methods getMetaData().getColumnDisplaySize(),
+  getMetaData().getPrecision() and getParameterMetaData().getPrecision().
+
 * Thu Oct 20 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
 - Improved implementation of method ResultSetMetaData.getPrecision(). It
   now returns more accurate values for columns of type DECIMAL, NUMERIC,