2014-01-04 František Kučera Colors can be definitively turned off in constructor v_0
2014-01-04 František Kučera better notNull() function v_0
2014-01-03 František Kučera tabular – todo v_0
2014-01-03 František Kučera TabularWrappingFormatter – first version v_0
2014-01-02 František Kučera customizable classpath v_0
2014-01-02 František Kučera package and copy XSLT v_0
2014-01-02 František Kučera XML schemas licenses v_0
2014-01-02 František Kučera XSLT for viewing config files in a web browser (Firefox, rekonq etc.) v_0
2014-01-02 František Kučera example-config.xml moved to xml dir: symlink v_0
2014-01-02 František Kučera example-config.xml moved to xml dir v_0
2014-01-02 František Kučera Pack XSD and RNC into .deb v_0
2014-01-02 František Kučera basic XSD v_0
2014-01-02 František Kučera Starter script: create symlinks for XSD and Relax NG XML schemas v_0
2014-01-02 František Kučera Relax NG schema for XML configuration v_0
2014-01-02 František Kučera Debian package: interim build script for .deb packages v_0
2014-01-02 František Kučera Starter script: systemwide JAR location (user can override it in environment.sh by JAR variable) v_0
2014-01-02 František Kučera Bash completion: no 'have sql-dk' test v_0
2014-01-01 František Kučera version info: copyright and contact v_0
2014-01-01 František Kučera DB credentials can be CLI options + log warning: insecure v_0
2014-01-01 František Kučera database/formatter properties also as CLI options v_0
2014-01-01 František Kučera use database properties v_0
2013-12-31 František Kučera cloneable property and properties v_0
2013-12-31 František Kučera formatter/database properties v_0
2013-12-30 František Kučera TabularFormatter: values with line ends will not break our tables v_0
2013-12-30 František Kučera Load ~/.sql-dk/environment.sh if exists v_0
2013-12-29 František Kučera Formatter is now AutoCloseable – so have chance to do some clean up and close the stream, if some error occurs (e.g. lost connection during result set reading) v_0
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