view ChangeLog @ 140:c43c293f3d58 v2.26

Updated release numbers in preparation for a release.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 28 Jul 2017 09:41:14 +0200 (2017-07-28)
parents f97c111db06f
children 1e49fc74dba4
line wrap: on
line source
# ChangeLog file for monetdb-java
# This file is updated with Maddlog

* Fri Jul 28 2017 Sjoerd Mullender <sjoerd@acm.org>
- Compiled and released new jars: monetdb-jdbc-2.26.jar and updated jdbcclient.jar

* Thu Jul 13 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
- Corrected implementation of PreparedStatement method
   setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
  for the case the targetSqlType is Types.CLOB.
  See also: https://www.monetdb.org/bugzilla/show_bug.cgi?id=6349