2013-12-29 František Kučera typo in help generator v_0
2013-12-29 František Kučera Data types help: not all available types are currently supported (will be later by type converters) v_0
2013-12-29 František Kučera Value formatting: Object → String conversion is job for particular formatter v_0
2013-12-29 František Kučera SQL warnings are already printed to the log v_0
2013-12-29 František Kučera basic generated help v_0
2013-12-29 František Kučera more precise exit/error codes v_0
2013-12-28 František Kučera basic help v_0
2013-12-28 František Kučera Type names in --types option are case insensitive v_0
2013-12-28 František Kučera support all types from java.sql.Types.Types v_0
2013-12-28 František Kučera Formatter: one more level: writeStartBatch() + writeEndBatch() which allows multiple databases on output v_0
2013-12-28 František Kučera TabularFormatter: no nonbreakable spaces in table cell padding v_0
2013-12-28 František Kučera InfoLister (configuration listings) will use TabularPrefetchingFormatter as default v_0
2013-12-28 František Kučera TabularPrefetchingFormatter: prefetch whole result set to avoid value overflow the cell v_0
2013-12-27 František Kučera TabularFormatter: support for value trim (if longer than cell size) v_0
2013-12-27 František Kučera log SQLWarnings v_0
2013-12-27 František Kučera sql-dk startup shell script v_0
2013-12-27 František Kučera bash completion: DB name for --test-connection v_0
2013-12-27 František Kučera bash completion: license v_0
2013-12-27 František Kučera bash completion: use dynamic completion derived from configuration if available v_0
2013-12-27 František Kučera bash completion: perl + bash + ant for generating completion script v_0
2013-12-27 František Kučera bash completion: generate helper files with databases and formatters from configuration v_0
2013-12-27 František Kučera more bash completion tags v_0
2013-12-27 František Kučera Possibly missing parameter: ignore empty „parameter names“ (caused e.g. by „::text“ typecasts) v_0
2013-12-27 František Kučera tags for BASH completion v_0
2013-12-27 František Kučera support for ACSII-nostalgia tables v_0
2013-12-26 František Kučera throw ConfigurationException instead of returning null, if database or formatter of given name is not configured v_0
2013-12-26 František Kučera allow multiple databases connection test in --test-connection v_0
2013-12-26 František Kučera formatted output for: --test-connection v_0
2013-12-26 František Kučera formatted output for: --list-formatters --list-databases v_0
2013-12-26 František Kučera allow custom formatters also for JUST_SHOW_INFO commands v_0
2013-12-26 František Kučera use formatter also for printing info! --list-types v_0
2013-12-26 František Kučera InfoLister, InfoType: switch → enum v_0
2013-12-26 František Kučera SQLType enum wrapper for java.sql.Types v_0
2013-12-26 František Kučera option --list-formatters – list configured and built-in formatters v_0
2013-12-26 František Kučera option --list-databases list configured databases v_0
2013-12-26 František Kučera option --test-connection – tests connection to given database v_0
2013-12-26 František Kučera use System.out if mode is JUST_SHOW_INFO (thus user can easily read license or help using … | less) v_0
2013-12-25 František Kučera validation: test if prefix/suffix are valid regular expressions v_0
2013-12-25 František Kučera types update v_0
2013-12-25 František Kučera expect invalid regexp in prefix/suffix and throw wrapped exception → better exit code v_0
2013-12-25 František Kučera SingleValueFormatter v_0
2013-12-25 František Kučera logging: print stacktraces if level is less than INFO v_0
2013-12-25 František Kučera logging: configurable level v_0
2013-12-25 František Kučera Log level: FINE → INFO v_0
2013-12-25 František Kučera exit codes: 0 = success; 4 = SQL error; 3 = other expected error; 1 = unexpected error (implicit 1) v_0
2013-12-24 František Kučera colorful logging v_0
2013-12-24 František Kučera named parameters: prefix/suffix are now regular expressions v_0
2013-12-24 František Kučera more functions unit tests v_0
2013-12-24 František Kučera new option --data-named (then follows name/value pairs without prefix/suffix) v_0
2013-12-24 František Kučera log warning: Possibly missing parameters v_0
2013-12-24 František Kučera named parameters: better exceptions v_0
2013-12-24 František Kučera support named parameters v_0
2013-12-24 František Kučera print CLI options problems if any v_0
2013-12-23 František Kučera fix default suffix v_0
2013-12-23 František Kučera function escapeRegEx() v_0
2013-12-23 František Kučera fix test v_0
2013-12-23 František Kučera named parameters: suffix (default is empty) v_0
2013-12-23 František Kučera TabularFormatter: also booleans will be aligned to the right v_0
2013-12-23 František Kučera DatabaseConnection implements AutoCloseable v_0
2013-12-23 František Kučera No special formatting for generated keys. Use 'INSERT … RETURNING id' or 'INSERT … RETURNING *' to get generated keys. v_0