Mercurial > hg > monetdb-java
diff ChangeLog @ 156:2abd488159c4
Implemented PreparedStatement method setURL(int, URL).
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 24 Aug 2017 18:46:13 +0200 (2017-08-24) |
parents | 36f55bb8dd57 |
children | 8ea360b612de |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,8 @@ # This file is updated with Maddlog * Thu Aug 24 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> -- Implemented PreparedStatement method setNString(). +- Implemented PreparedStatement method setURL(int, URL). +- Implemented PreparedStatement method setNString(int, String). - 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.