java/sql-dk/src/info/globalcode/sql/dk/DatabaseConnection.java
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