Mercurial > hg > monetdb-java
diff ChangeLog @ 153:836c49b890ec
For public releases compile MonetDB JDBC driver code and jdbcclient program
without debug info and with optimise flag enabled.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 24 Aug 2017 15:25:13 +0200 (2017-08-24) |
parents | 352b54ff0436 |
children | 36f55bb8dd57 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,18 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Thu Aug 24 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- The MonetDB JDBC driver code and jdbcclient program are now compiled + without debug info and with optimise flag enabled. The new jar files are + now smaller in size. + * Thu Aug 17 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Implemented ResultSet method getNCharacterStream() - In class MonetClob implemented methods getCharacterStream() and getCharacterStream(long pos, long length). Method getCharacterStream() is called by DBeaver to fetch the Clob value. It used to throw a SQLFeatureNotSupportedException with message: - "Method getCharacterStream() currently not supported" This caused + "Method getCharacterStream() currently not supported". This caused DBeaver to log the exception and show NULL as the value on screen, which is incorrect. This has been fixed.