Fri, 10 Jan 2014 23:21:28 +0100 |
more JavaDoc
|
file | diff | annotate |
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
|
file | diff | annotate |
Mon, 30 Dec 2013 00:01:39 +0100 |
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)
|
file | diff | annotate |
Sun, 29 Dec 2013 15:53:58 +0100 |
Value formatting: Object → String conversion is job for particular formatter
|
file | diff | annotate |
Sun, 29 Dec 2013 15:49:25 +0100 |
SQL warnings are already printed to the log
|
file | diff | annotate |
Sat, 28 Dec 2013 20:24:51 +0100 |
Formatter: one more level: writeStartBatch() + writeEndBatch() which allows multiple databases on output
|
file | diff | annotate |
Sat, 28 Dec 2013 12:19:39 +0100 |
TabularPrefetchingFormatter: prefetch whole result set to avoid value overflow the cell
|
file | diff | annotate |
Mon, 23 Dec 2013 16:19:21 +0100 |
No special formatting for generated keys. Use 'INSERT … RETURNING id' or 'INSERT … RETURNING *' to get generated keys.
|
file | diff | annotate |
Mon, 23 Dec 2013 12:16:22 +0100 |
TabularFormatter: basic column padding
|
file | diff | annotate |
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)
|
file | diff | annotate |
Sun, 22 Dec 2013 23:31:55 +0100 |
first working version
|
file | diff | annotate |
Sun, 22 Dec 2013 18:19:38 +0100 |
more configuration, more JAXB, more formatters
|
file | diff | annotate |
Fri, 20 Dec 2013 23:50:21 +0100 |
formatter: currentRowCount
|
file | diff | annotate |
Fri, 20 Dec 2013 22:58:02 +0100 |
formatter: FormatterContext
|
file | diff | annotate |
Fri, 20 Dec 2013 22:01:06 +0100 |
formatter: interface and abstract class
|
file | diff | annotate |