Mercurial > hg > monetdb-java
comparison ChangeLog-Archive @ 138:f97c111db06f
Updated ChangeLog in preparation of new release
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 27 Jul 2017 17:37:19 +0200 (2017-07-27) |
parents | 384d7035f317 |
children | 1834e6339279 |
comparison
equal
deleted
inserted
replaced
137:688cd5675466 | 138:f97c111db06f |
---|---|
1 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY | 1 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY |
2 # This file contains past monetdb-java ChangeLog entries | 2 # This file contains past monetdb-java ChangeLog entries |
3 | |
4 * Fri Jul 28 2017 Sjoerd Mullender <sjoerd@acm.org> | |
5 - Compiled and released new jars: monetdb-jdbc-2.26.jar and updated jdbcclient.jar | |
6 | |
7 * Thu Jul 13 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
8 - Corrected implementation of PreparedStatement method | |
9 setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) | |
10 for the case the targetSqlType is Types.CLOB. | |
11 See also: https://www.monetdb.org/bugzilla/show_bug.cgi?id=6349 | |
3 | 12 |
4 * Thu Mar 30 2017 Sjoerd Mullender <sjoerd@acm.org> | 13 * Thu Mar 30 2017 Sjoerd Mullender <sjoerd@acm.org> |
5 - Compiled and released new jars: monetdb-jdbc-2.25.jar, monetdb-mcl-1.15.jar | 14 - Compiled and released new jars: monetdb-jdbc-2.25.jar, monetdb-mcl-1.15.jar |
6 and updated jdbcclient.jar | 15 and updated jdbcclient.jar |
7 | 16 |