java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java
Tue, 26 Feb 2019 16:36:45 +0100 TabularFormatter: add support for SQLXML values
Sun, 13 Sep 2015 19:25:36 +0200 headerTypes: new option to hide column types in tabular headers
Sun, 30 Aug 2015 02:28:15 +0200 BarChartFormatter: first version
Sat, 15 Aug 2015 16:15:30 +0200 SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter (fixed)
Sat, 15 Aug 2015 16:12:06 +0200 SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter
Sat, 15 Aug 2015 10:34:18 +0200 property annotations: default values
Sat, 15 Aug 2015 10:20:39 +0200 property annotations (documentation) for particular formatters
Sun, 01 Feb 2015 00:03:40 +0100 Tabular formatter: fix problem with CR (carriage return).
Tue, 21 Jan 2014 00:11:04 +0100 Tabular: replace also Non-breaking space with colored symbol (like newlines and TABs)
Mon, 20 Jan 2014 23:58:57 +0100 Tabular: replace also TABs with colored symbol (like newlines)
Sun, 19 Jan 2014 18:30:21 +0100 fix Tabular: table was broken if value ended with \n
Fri, 10 Jan 2014 23:21:28 +0100 more JavaDoc
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
Fri, 03 Jan 2014 22:09:05 +0100 tabular – todo
Fri, 03 Jan 2014 21:36:00 +0100 TabularWrappingFormatter – first version
Tue, 31 Dec 2013 17:35:33 +0100 formatter/database properties
Mon, 30 Dec 2013 23:46:41 +0100 TabularFormatter: values with line ends will not break our tables
Sun, 29 Dec 2013 15:53:58 +0100 Value formatting: Object → String conversion is job for particular formatter
Sat, 28 Dec 2013 19:54:03 +0100 TabularFormatter: no nonbreakable spaces in table cell padding
Sat, 28 Dec 2013 16:45:04 +0100 InfoLister (configuration listings) will use TabularPrefetchingFormatter as default
Sat, 28 Dec 2013 12:19:39 +0100 TabularPrefetchingFormatter: prefetch whole result set to avoid value overflow the cell
Fri, 27 Dec 2013 21:26:30 +0100 TabularFormatter: support for value trim (if longer than cell size)
Fri, 27 Dec 2013 16:54:10 +0100 more bash completion tags
Fri, 27 Dec 2013 14:05:38 +0100 support for ACSII-nostalgia tables
Mon, 23 Dec 2013 18:27:57 +0100 TabularFormatter: also booleans will be aligned to the right
Mon, 23 Dec 2013 16:14:03 +0100 TabularFormatter: print colorful tables\!
Mon, 23 Dec 2013 12:16:22 +0100 TabularFormatter: basic column padding
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:31:55 +0100 first working version
Sun, 22 Dec 2013 21:02:37 +0100 TabularFormatter: basics