Mercurial > hg > monetdb-java
diff ChangeLog @ 289:cce8a1803f68
Implemented method MonetClob.getAsciiStream()
Also reduced double checkng of input parameters in getCharacterStream(long pos, long length)
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 31 Jul 2019 15:38:59 +0200 (2019-07-31) |
parents | 7d041f5c3fea |
children | d477b3103a8b |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Wed Jul 31 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Implemented method MonetClob.getAsciiStream() + * Thu Mar 21 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Added implementation of java.sql.CallableStatement interface. Some standard Java applications require this JDBC interface for executing SQL stored procedures.