comparison ChangeLog @ 149:1e49fc74dba4

Implemented methods getCharacterStream() and getCharacterStream(long pos, long length) in class MonetClob. 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 DBeaver to log the exception and show NULL as the value on screen, which is incorrect. By implementing these methods it now works as expected for DBeaver and other generic SQL client tools using JDBC.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 17 Aug 2017 18:36:25 +0200 (2017-08-17)
parents f97c111db06f
children 352b54ff0436
comparison
equal deleted inserted replaced
148:db5fa40cfa31 149:1e49fc74dba4
1 # ChangeLog file for monetdb-java 1 # ChangeLog file for monetdb-java
2 # This file is updated with Maddlog 2 # This file is updated with Maddlog
3
4 * Thu Aug 17 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - In class MonetClob implemented methods getCharacterStream()
6 and getCharacterStream(long pos, long length). Method
7 getCharacterStream() is called by DBeaver to fetch the Clob value.
8 It used to throw a SQLFeatureNotSupportedException with message:
9 "Method getCharacterStream() currently not supported" This caused
10 DBeaver to log the exception and show NULL as the value on screen,
11 which is incorrect. This has been fixed.
3 12
4 * Fri Jul 28 2017 Sjoerd Mullender <sjoerd@acm.org> 13 * Fri Jul 28 2017 Sjoerd Mullender <sjoerd@acm.org>
5 - Compiled and released new jars: monetdb-jdbc-2.26.jar and updated jdbcclient.jar 14 - Compiled and released new jars: monetdb-jdbc-2.26.jar and updated jdbcclient.jar
6 15
7 * Thu Jul 13 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> 16 * Thu Jul 13 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>