Mercurial > hg > monetdb-java
diff ChangeLog @ 230:60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 17 May 2018 14:09:22 +0200 (2018-05-17) |
parents | 75a5b5754020 |
children | 55375d489024 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Wed May 23 2018 Sjoerd Mullender <sjoerd@acm.org> +- Compiled and released new jars: monetdb-jdbc-2.28.jar, monetdb-mcl-1.17.jar + and updated jdbcclient.jar + * Thu Apr 26 2018 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions(). The Date/Time functions @@ -26,3 +30,10 @@ comment has been set for the table / view / column / procedure / function via the SQL command COMMENT ON <db-object type> <qname> IS 'comment-text'. +* Thu Dec 14 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Fixed a problem with retrieving Dates and Timestamps which contained a + year value less than 1000. It would throw an SQLDataException with message: + Could not convert value to a Date. Expected JDBC date escape format + yyyy-[m]m-[d]d. + See also: https://www.monetdb.org/bugzilla/show_bug.cgi?id=6468 +