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.
Fri, 28 Jan 2022 12:28:09 +0100 Pedro Ferreira Approved output of new label
Thu, 27 Jan 2022 20:39:10 +0100 Martin van Dinther Add comments for LineType '=' and correct the return type information for javadoc.
Thu, 27 Jan 2022 19:14:17 +0100 Martin van Dinther Improve and extend information in .txt files.
Thu, 27 Jan 2022 15:20:37 +0100 Sjoerd Mullender Settings tag v3.2.
Thu, 27 Jan 2022 15:20:37 +0100 Sjoerd Mullender Updated release numbers in preparation for a release. v3.2
Thu, 27 Jan 2022 14:47:45 +0100 Martin van Dinther Update ChangeLog and ChangeLog-Archive in preparation for new release.
Thu, 27 Jan 2022 14:38:07 +0100 Martin van Dinther Add tests for getBestRowIdentifier() on a table which does not have a primary key but two unique constraints of which one is defined on a column which allows NULL.
Thu, 27 Jan 2022 14:09:29 +0100 Sjoerd Mullender Be specific which version number we update.
Thu, 27 Jan 2022 13:44:52 +0100 Martin van Dinther Added test to execute PLAN, EXPLAIN, TRACE and DEBUG queries via JDBC API.
Fri, 21 Jan 2022 10:43:44 +0100 Joeri van Ruth Fix Control protocol handling
Fri, 21 Jan 2022 10:41:53 +0100 Joeri van Ruth Add isStopped() method to Control
Fri, 21 Jan 2022 10:41:34 +0100 Joeri van Ruth Allow setting socket read timeout on Control
Fri, 21 Jan 2022 10:35:17 +0100 Joeri van Ruth Recognize '=' as a RESULT line
Thu, 20 Jan 2022 20:17:24 +0100 Martin van Dinther Add a few extra spaces to get a better indentation and presentation of the list of (system) functions, aggregates and window functions.
Thu, 20 Jan 2022 19:52:52 +0100 Martin van Dinther Typo, found by reviewing generated javadoc
Thu, 20 Jan 2022 19:07:45 +0100 Martin van Dinther Resolve javadoc error and warnings :
Thu, 20 Jan 2022 17:10:50 +0100 Martin van Dinther executeUpdate(sql) and executeLargeUpdate(sql) expect a Statement, not a Query. Improved the text of the Exception msg.
Thu, 20 Jan 2022 17:03:34 +0100 Martin van Dinther Cleanup old code.
Thu, 20 Jan 2022 13:00:00 +0100 Martin van Dinther Do more cleanup in the close() methods such as calling clearWarnings(), clearParameters(), clearBatch() and dereferencing cached objects.
Thu, 20 Jan 2022 12:06:49 +0100 Martin van Dinther Optimizations
Thu, 20 Jan 2022 11:30:42 +0100 Martin van Dinther Resolve javac -Xlint warnings
Wed, 19 Jan 2022 21:30:10 +0100 Martin van Dinther Some small improvements
Wed, 19 Jan 2022 19:04:03 +0100 Martin van Dinther Fixed an SQL query problem in DatabaseMetaData.getBestRowIdentifier() method when used with MonetDB Jan2022 (or newer) releases.
Wed, 19 Jan 2022 17:11:20 +0100 Joeri van Ruth Accidentally checked in some debugging code
Wed, 19 Jan 2022 15:48:44 +0100 Joeri van Ruth Only close the writer after the loop has finished
Wed, 19 Jan 2022 14:58:01 +0100 Joeri van Ruth Implement line ending conversion for downloads
Wed, 19 Jan 2022 12:45:05 +0100 Joeri van Ruth Fix doc link
Wed, 19 Jan 2022 14:58:36 +0100 Joeri van Ruth Add missing call to exitTest
Tue, 18 Jan 2022 13:18:43 +0100 Joeri van Ruth Normalize CRLF on upload
Tue, 18 Jan 2022 13:12:55 +0100 Joeri van Ruth write to out, not to super when implementing FilterOutputStream
Thu, 13 Jan 2022 16:21:20 +0100 Martin van Dinther Extended JdbcClient application with support for more \d commands:
Wed, 05 Jan 2022 14:29:56 +0100 Martin van Dinther Updated Copyright year.
Tue, 04 Jan 2022 14:44:30 +0100 Joeri van Ruth Cosmetic changes
Tue, 04 Jan 2022 14:42:37 +0100 Joeri van Ruth Extend example with Download functionality
Thu, 23 Dec 2021 15:09:50 +0100 Martin van Dinther On failure do not forget to close the resultset resource first.
Thu, 16 Dec 2021 19:33:32 +0100 Martin van Dinther Remove old changes already from the ChangeLog.
Thu, 16 Dec 2021 13:55:52 +0100 Martin van Dinther Remove obsolete class
Thu, 09 Dec 2021 16:53:27 +0100 Joeri van Ruth Test uploading compressed files in FileTransferHandler
Thu, 09 Dec 2021 16:00:54 +0100 Joeri van Ruth Fix Gzip Reader in FileTransferHandler
Thu, 09 Dec 2021 15:49:26 +0100 Joeri van Ruth Fix selection criterium
Thu, 09 Dec 2021 15:40:40 +0100 Joeri van Ruth Allow to select specific OnClient tests from command line
Thu, 09 Dec 2021 14:13:43 +0100 Joeri van Ruth Change test output to make it more informative on Windows
Wed, 08 Dec 2021 16:34:23 +0100 Martin van Dinther Update validation of 3 new sys.statistics columns to be done only from version 43 onwards, so Jan2022 release.
Tue, 07 Dec 2021 11:22:34 +0100 Pedro Ferreira Updated not null validations for changed 'statistics' table on analyze-fix branch
Thu, 02 Dec 2021 13:56:58 +0100 Martin van Dinther Removed strange character lastIndexOf???('.') in method name. It reported a compilation error on Windows but not on Linux.
Thu, 02 Dec 2021 12:58:00 +0100 Martin van Dinther Optimize call use use single character
Thu, 25 Nov 2021 19:06:48 +0100 Martin van Dinther Extended FileTransferHandler utility class by adding support for reading from and writing to gzip compressed files when using file name extension .gz
Thu, 25 Nov 2021 14:58:22 +0100 Joeri van Ruth Show hexdumps in the File Transfer encoding tests
Tue, 23 Nov 2021 15:36:54 +0100 Pedro Ferreira Restored test to outputs before Jul2021, after fixing bug #7200
Thu, 18 Nov 2021 21:21:13 +0100 Martin van Dinther Add removal of used table foo. Also eliminated duplicate code.