comparison ChangeLog @ 163:e398c27acf7e

Implemented PreparedStatement methods setNCharacterStream(int, Reader) and setNCharacterStream(int, Reader, long).
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 07 Sep 2017 16:49:40 +0200 (2017-09-07)
parents 8ea360b612de
children 8700d9ef2ace
comparison
equal deleted inserted replaced
162:fa42a669eddc 163:e398c27acf7e
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 Sep 7 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - Implemented PreparedStatement methods setNCharacterStream(int, Reader)
6 and setNCharacterStream(int, Reader, long).
3 7
4 * Thu Aug 31 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> 8 * Thu Aug 31 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
5 - Corrected PreparedStatement methods setString(int, String) 9 - Corrected PreparedStatement methods setString(int, String)
6 and setObject(int, Object, ...) in case the target parameter 10 and setObject(int, Object, ...) in case the target parameter
7 data type was json or inet or url or uuid. See also 11 data type was json or inet or url or uuid. See also