log release.txt @ 391:f523727db392

age author description
2020-11-12 Martin van Dinther Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.*
2020-10-08 Martin van Dinther Set the connection properties treat_clob_as_varchar and treat_blob_as_binary to true by default for faster processing (less objects created, less memory needed) when querying CLOB or BLOB column data.
2020-09-23 Martin van Dinther Updated JDBC driver to comply with JDBC 4.2 interface now we compile for Java 8. This includes:
2020-09-16 Martin van Dinther Correcting invalid documentation URL refs.
2020-09-10 Martin van Dinther Remove support for deprecated MD5 encryption algorithm in MapiSocket.
2020-08-18 Pedro Ferreira Made 2.37 release embedded
2020-02-19 Martin van Dinther Extend text in JDBC release.txt
2020-02-12 Martin van Dinther Switch to Java 8 compilation and distribution as Java 7 is no longer supported.
2019-11-14 Martin van Dinther Improved and extended the JDBC driver release information with notes and tips for programmers who want to use the MonetDB JDBC driver.
2019-09-26 Sjoerd Mullender Updated release numbers in preparation for a release. v2.29
2019-07-31 Martin van Dinther We do support createStatement with result set holdability
2019-07-31 Martin van Dinther Implemented method MonetClob.getAsciiStream()
2019-07-18 Pedro Ferreira Merge with default. embedded
2019-03-21 Martin van Dinther Added implementation of java.sql.CallableStatement interface, test program and updated the ChangeLog and release notes.
2018-06-12 Pedro Ferreira Merge with default embedded
2018-06-12 Pedro Ferreira Added support for snapshot releases in the version numbering. embedded
2018-05-24 Sjoerd Mullender Updated release numbers in preparation for a release. v2.28
2018-03-08 Martin van Dinther Small update on the release.txt
2018-01-04 Martin van Dinther Updated the release notes.
2017-10-19 Martin van Dinther Also update the release notes for the new release
2017-10-05 Martin van Dinther Correct the property separator. Should be a & instead of a ;
2017-10-05 Martin van Dinther Extend DatabaseMetaData.getClientInfoProperties() with new property: treat_clob_as_varchar
2017-09-28 Martin van Dinther Extend release.txt with information on MonetDB JDBC connection URL format
2017-09-07 Martin van Dinther Implemented PreparedStatement methods setNCharacterStream(int, Reader) and setNCharacterStream(int, Reader, long).
2017-08-31 Martin van Dinther Update release.txt as we do have interface java.sql.SQLData implemented by two classes.
2017-08-24 Martin van Dinther Implemented PreparedStatement method setURL(int, URL).
2017-08-24 Martin van Dinther Implemented PreparedStatement method setNString().
2017-08-17 Martin van Dinther Implemented ResultSet method getNCharacterStream()
2017-08-17 Martin van Dinther Implemented methods getCharacterStream() and getCharacterStream(long pos, long length) in class MonetClob.
2017-07-28 Sjoerd Mullender Updated release numbers in preparation for a release. v2.26
2017-03-30 Sjoerd Mullender Updated release numbers in preparation for a release. v2.25
2017-01-05 Martin van Dinther Moved content of ChangeLog to ChangeLog-Archive.
2016-12-15 Sjoerd Mullender Update version. v2.24
2016-10-27 Martin van Dinther Updating release notes in preparation of Dec2016 release
2016-09-21 Sjoerd Mullender Copy of MonetDB java directory changeset e6e32756ad31.