diff ChangeLog @ 155:36f55bb8dd57

Implemented PreparedStatement method setNString().
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 24 Aug 2017 18:03:44 +0200 (2017-08-24)
parents 836c49b890ec
children 2abd488159c4
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,13 @@
 # This file is updated with Maddlog
 
 * Thu Aug 24 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
+- Implemented PreparedStatement method setNString().
 - 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()
+- 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.