java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java
Sat, 15 Aug 2015 14:40:48 +0200 --list-formatter-properties: better help/description
Sat, 15 Aug 2015 10:47:56 +0200 property annotations: grounds for --list-formatter-properties
Sun, 24 May 2015 19:10:25 +0200 InfoLister: new listings: --list-java-properties and --list-environment-variables
Fri, 17 Jan 2014 23:24:07 +0100 SQL from STDIN: --sql-in
Wed, 15 Jan 2014 21:06:12 +0100 InfoLister: list configured and configurable JDBC driver properties – option: --list-jdbc-properties
Wed, 15 Jan 2014 18:15:55 +0100 InfoLister: print list of available JDBC drivers: --list-jdbc-drivers
Fri, 10 Jan 2014 23:21:28 +0100 more JavaDoc
Wed, 01 Jan 2014 02:44:29 +0100 database/formatter properties also as CLI options
Sun, 29 Dec 2013 16:21:14 +0100 Data types help: not all available types are currently supported (will be later by type converters)
Sun, 29 Dec 2013 15:28:24 +0100 basic generated help
Sat, 28 Dec 2013 20:47:43 +0100 Type names in --types option are case insensitive
Fri, 27 Dec 2013 16:54:10 +0100 more bash completion tags
Fri, 27 Dec 2013 14:54:25 +0100 tags for BASH completion
Thu, 26 Dec 2013 22:39:38 +0100 allow multiple databases connection test in --test-connection
Thu, 26 Dec 2013 21:18:54 +0100 InfoLister, InfoType: switch → enum
Thu, 26 Dec 2013 11:58:14 +0100 SQLType enum wrapper for java.sql.Types
Thu, 26 Dec 2013 00:18:03 +0100 types update
Tue, 24 Dec 2013 12:05:05 +0100 new option --data-named (then follows name/value pairs without prefix/suffix)
Tue, 24 Dec 2013 01:38:55 +0100 support named parameters
Mon, 23 Dec 2013 20:15:23 +0100 named parameters: suffix (default is empty)
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 18:19:38 +0100 more configuration, more JAXB, more formatters
Mon, 16 Dec 2013 20:01:37 +0100 license: GNU GPLv3+
Mon, 16 Dec 2013 15:29:02 +0100 show info basics: list databases + test connection
Mon, 16 Dec 2013 15:15:32 +0100 show info basics
Mon, 16 Dec 2013 00:29:22 +0100 unit-test: names, types, prefix
Mon, 16 Dec 2013 00:05:30 +0100 unit-test: types
Sun, 15 Dec 2013 23:58:58 +0100 better exceptions
Sun, 15 Dec 2013 23:54:51 +0100 more exceptions
Sun, 15 Dec 2013 22:44:11 +0100 more OOP