diff ChangeLog @ 15:6e48d0fae766

Corrected return values of DatabaseMetaData methods nullsAreSortedHigh(), nullsAreSortedLow(), getMaxCursorNameLength(), getMaxProcedureNameLength(), getMaxStatementLength() and getMaxUserNameLength(). Improved return values of DatabaseMetaData methods getMaxBinaryLiteralLength(), getMaxCharLiteralLength() and getMaxColumnsInTable().
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 06 Oct 2016 19:44:34 +0200 (2016-10-06)
parents 3fa949cbc783
children 8e57d20b5e80
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 # This file is updated with Maddlog
 
 * Thu Oct  6 2016 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
+- Corrected return values of DatabaseMetaData methods nullsAreSortedHigh(),
+  nullsAreSortedLow(), getMaxCursorNameLength(), getMaxProcedureNameLength(),
+  getMaxStatementLength() and getMaxUserNameLength().
+  Improved return values of DatabaseMetaData methods getMaxBinaryLiteralLength(),
+  getMaxCharLiteralLength() and getMaxColumnsInTable().
 - Implemented Statement methods: getQueryTimeout() and setQueryTimeout(int
   seconds).  getQueryTimeout() used to always return 0, now it returns the
   query timeout retrieved from the server.  setQueryTimeout(int seconds)