log

age author description
2018-01-04 Martin van Dinther Updated the release notes.
2018-01-04 Martin van Dinther Extend PreparedStatement test with calling setClob(int, Clob) and setClob(int, Reader) methods.
2018-01-04 Sjoerd Mullender It's 2018 now.
2017-12-14 Martin van Dinther Make some public non-JDBC methods accessable only to classes of the same package.
2017-12-14 Martin van Dinther Improve parsing negative years.
2017-12-06 Pedro Ferreira Make addWarning method public, so it can compile embedded
2017-11-16 Martin van Dinther First fix for bug 6468
2017-11-06 Pedro Ferreira Merged with default embedded
2017-10-26 Martin van Dinther Resolved javadoc many errors and warnings, such as:
2017-10-26 Martin van Dinther Updating build.xml and tests/build.xml
2017-10-23 Sjoerd Mullender Settings tag v2.27.
2017-10-19 Martin van Dinther Corrected the hg URL to the new location: monetdb-java v2.27
2017-10-19 Martin van Dinther Also update the release notes for the new release
2017-10-19 Martin van Dinther Updated ChangeLogs and minor release numbers for both MCL and JDBC driver in preparation for new releases.
2017-10-19 Martin van Dinther Added: private static final long serialVersionUID
2017-10-12 Martin van Dinther For MonetresultSet class: added method checkNotClosed() and invocation for all methods which should test it.
2017-10-12 Martin van Dinther Making variables private where possible.
2017-10-12 Martin van Dinther Resolving javac warnings:
2017-10-05 Martin van Dinther Corrected implementation of Connection.prepareCall() methods. They used to return null.
2017-10-05 Martin van Dinther Small improvements
2017-10-05 Martin van Dinther Correct the property separator. Should be a & instead of a ;
2017-10-05 Martin van Dinther Correct the documentation of the cancel() method.
2017-10-05 Martin van Dinther Small code and layout improvements
2017-10-05 Martin van Dinther Improvement: throw SQLFeatureNotSupportedException instead of SQLException
2017-10-05 Martin van Dinther Improvement: only extend typeMap when the property was set to true.
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-28 Martin van Dinther Added possibility via a connection property to let the JDBC driver
2017-09-28 Martin van Dinther Resolve some compilation warnings for java test programs.
2017-09-28 Martin van Dinther Fix for bug 6350
2017-09-19 Pedro Ferreira Merged with default embedded
2017-09-18 Pedro Ferreira Preparing new release embedded
2017-09-18 Pedro Ferreira Fixed identation and in-memory option for the embedded connection embedded
2017-09-14 Martin van Dinther Updated JdbcClient with a number of small improvements, such corrected typo dependancy into dependency.
2017-09-14 Martin van Dinther Correct returned value for column SOURCE_DATA_TYPE of method getColumns().
2017-09-14 Martin van Dinther Correct implementation of method Connection.isValid().
2017-09-07 Martin van Dinther Improve thrown SQLExceptions in setString(), changed them into SQLDataException with distinct SQLState codes.
2017-09-07 Martin van Dinther Added clarification on the meaning of the contents of column[] which contains both possible query result columns and possible parameters.
2017-09-07 Martin van Dinther As of Java 1.7 implementations of JDBC interfaces Connection, Statement, PreparedStatement,
2017-09-07 Martin van Dinther Implemented PreparedStatement methods setNCharacterStream(int, Reader) and setNCharacterStream(int, Reader, long).
2017-09-07 Martin van Dinther make checking whether data type has timezone more strict (only when it is timetz or timestamptz).
2017-09-07 Martin van Dinther Delay the creation of five helper SimpleDateFormat objects for each PreparedStatement object
2017-09-07 Martin van Dinther Improve constructor by preventing NPE when rs == null and
2017-08-31 Martin van Dinther Corrected PreparedStatement methods setString(int, String) and setObject(int, Object, ...) in case the target parameter data type was json or inet or url or uuid.
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 Improve method getObject() by checking on null Object to prevent NullPointerExceptions
2017-08-24 Martin van Dinther Implemented PreparedStatement method setURL(int, URL).
2017-08-24 Martin van Dinther Implemented PreparedStatement method setNString().
2017-08-24 Martin van Dinther Comply with the JDBC spec by using argument name: parameterIndex
2017-08-24 Martin van Dinther For public releases compile MonetDB JDBC driver code and jdbcclient program
2017-08-17 Martin van Dinther Implemented ResultSet method getNCharacterStream()
2017-08-17 Martin van Dinther Update implementation to match the JDBC spec so use
2017-08-17 Martin van Dinther Improve MonetBlob implementation.
2017-08-17 Martin van Dinther Implemented methods getCharacterStream() and getCharacterStream(long pos, long length) in class MonetClob.
2017-08-17 Martin van Dinther Update program to list the productversion only when it is lower than 11.27.1
2017-08-10 Martin van Dinther Improve MonetClob implementatin.
2017-08-10 Martin van Dinther Added test program for Bug 6388
2017-08-03 Martin van Dinther Improved code to fix failing tests in sql/jdbc/tests/Tests
2017-08-03 Martin van Dinther Use SQLNonTransientConnectionException instead of SQLException where applicable (SQLState starts with 08)
2017-08-03 Martin van Dinther Optimised ResulSet methods getDate(column), getTime(column) and getTimestamp(column)