Mercurial > hg > monetdb-java
changeset 123:206a2cb51b65
Updated ChangeLog in preparation of new release
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 16 Mar 2017 16:41:50 +0100 (2017-03-16) |
parents | 8b13d0941c61 |
children | 384d7035f317 |
files | ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Thu Mar 30 2017 Sjoerd Mullender <sjoerd@acm.org> +- Compiled and released new jars: monetdb-jdbc-2.25.jar, monetdb-mcl-1.15.jar + and updated jdbcclient.jar + +* Thu Mar 9 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Corrected ResultSetMetaData methods getColumnLabel(int), getColomnName(int), + getTableName(int) and getSchemaName(int) for names which contain special + characters such as a space, a tab, a comma, a double quote, etc. + See also: https://www.monetdb.org/bugzilla/show_bug.cgi?id=6183 +