java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java
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 18:19:38 +0100 more configuration, more JAXB, more formatters
Fri, 20 Dec 2013 23:50:21 +0100 formatter: currentRowCount
Fri, 20 Dec 2013 22:58:02 +0100 formatter: FormatterContext
Fri, 20 Dec 2013 22:01:06 +0100 formatter: interface and abstract class