Mercurial > hg > monetdb-java
view ChangeLog @ 129:f9ba2b04db7b
Changed ExecuteUpdate test to not work on sys.keywords table (which became readonly in Jul2017 branch) but use its own created table t3350.
Also added tests where multiple rows are inserted, updated and deleted per SQL command.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 18 May 2017 13:04:07 +0200 (2017-05-18) |
parents | 206a2cb51b65 |
children | f97c111db06f |
line wrap: on
line source
# 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