log

age author description
Wed, 13 Jul 2022 19:53:47 +0200 Martin van Dinther Extend tests by also calling ResultSetMetaData methods getColumnTypeName(), getColumnType(), getPrecision() and getScale() from compareResultSet(). default tip
Thu, 30 Jun 2022 18:40:52 +0200 Martin van Dinther Correcting implementation of Statement.setQueryTimeout(int seconds).
Wed, 11 May 2022 17:34:00 +0200 Martin van Dinther By fixing methods getPrimaryKeys(), getBestRowIdentifier() and getIndexInfo() for local temporary tables, it also caused it to fail for global temporary tables in schema tmp.
Thu, 21 Apr 2022 19:37:29 +0200 Martin van Dinther Improve ChangeLog text.
Thu, 14 Apr 2022 19:46:42 +0200 Martin van Dinther Adapt test for getTableTypes(). Filter out UNLOGGED TABLE value for stable output on all future and past MonetDB versions.
Thu, 31 Mar 2022 20:02:24 +0200 Martin van Dinther Add printing missing newlines when a failure us detected.
Wed, 30 Mar 2022 17:55:33 +0200 Martin van Dinther Corrected DatabaseMetaData methods getPrimaryKeys(), getBestRowIdentifier() and getIndexInfo() for temporary tables in schema tmp.
Wed, 30 Mar 2022 17:52:47 +0200 Martin van Dinther Improve onclient documentation.
Thu, 10 Feb 2022 17:28:35 +0100 Martin van Dinther Forgot to cleanup created type xml. Now it will be dropped after use.
Thu, 10 Feb 2022 15:12:30 +0100 Martin van Dinther Added recognition of 'xml' type.