java/sql-dk/src/info/globalcode/sql/dk/DatabaseConnection.java
Wed, 09 Nov 2016 00:18:01 +0100 InfoLister/test: show also database server name and version
Sun, 17 May 2015 00:27:56 +0200 jdbc-dk-driver: first working version
Thu, 25 Sep 2014 17:50:40 +0200 Basic JMX management/reporting – counters for commands and records
Wed, 24 Sep 2014 22:53:30 +0200 final properties
Fri, 10 Jan 2014 23:21:28 +0100 more JavaDoc
Wed, 08 Jan 2014 19:18:52 +0100 BatchDecoder: basic decoder
Tue, 07 Jan 2014 21:54:59 +0100 Formatters: structural change – new level „statement“ → query and parameters are no more duplicated into each result set or updates result
Wed, 01 Jan 2014 02:56:08 +0100 DB credentials can be CLI options + log warning: insecure
Wed, 01 Jan 2014 02:44:29 +0100 database/formatter properties also as CLI options
Wed, 01 Jan 2014 01:06:38 +0100 use database properties
Sat, 28 Dec 2013 20:24:51 +0100 Formatter: one more level: writeStartBatch() + writeEndBatch() which allows multiple databases on output
Fri, 27 Dec 2013 19:33:46 +0100 log SQLWarnings
Thu, 26 Dec 2013 01:24:21 +0100 option --test-connection – tests connection to given database
Wed, 25 Dec 2013 00:43:06 +0100 colorful logging
Mon, 23 Dec 2013 16:29:51 +0100 DatabaseConnection implements AutoCloseable
Mon, 23 Dec 2013 16:19:21 +0100 No special formatting for generated keys. Use 'INSERT … RETURNING id' or 'INSERT … RETURNING *' to get generated keys.
Mon, 23 Dec 2013 11:50:24 +0100 support SQL commands returning more ResultSets + remove COMMAND_TYPE (type is now derived from result returned from SQL – it is not needed to specify the type on CLI)
Sun, 22 Dec 2013 23:55:07 +0100 accept SQL commands returning more ResultSets
Sun, 22 Dec 2013 23:31:55 +0100 first working version
Sun, 22 Dec 2013 18:19:38 +0100 more configuration, more JAXB, more formatters
Sat, 21 Dec 2013 22:22:30 +0100 DatabaseConnection: connect JDBC
Sat, 21 Dec 2013 22:18:07 +0100 DatabaseConnection: just change package