František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 00:57:34 +0100] rev 75
throw ConfigurationException instead of returning null, if database or formatter of given name is not configured
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 22:39:38 +0100] rev 74
allow multiple databases connection test in --test-connection
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 22:32:06 +0100] rev 73
formatted output for: --test-connection
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 22:18:24 +0100] rev 72
formatted output for: --list-formatters --list-databases
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 21:48:59 +0100] rev 71
allow custom formatters also for JUST_SHOW_INFO commands
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 21:47:33 +0100] rev 70
use formatter also for printing info! --list-types
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 21:18:54 +0100] rev 69
InfoLister, InfoType: switch → enum
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 11:58:14 +0100] rev 68
SQLType enum wrapper for java.sql.Types
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:53:15 +0100] rev 67
option --list-formatters – list configured and built-in formatters
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:29:29 +0100] rev 66
option --list-databases list configured databases
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:24:21 +0100] rev 65
option --test-connection – tests connection to given database
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:05:24 +0100] rev 64
use System.out if mode is JUST_SHOW_INFO (thus user can easily read license or help using … | less)
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 00:58:00 +0100] rev 63
validation: test if prefix/suffix are valid regular expressions
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 00:18:03 +0100] rev 62
types update
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 20:52:41 +0100] rev 61
expect invalid regexp in prefix/suffix and throw wrapped exception → better exit code
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 16:38:05 +0100] rev 60
SingleValueFormatter