11 months agotabular formatter: new option 'separateBy' to print horizontal separator on each change of given column v_0 tip
František Kučera <franta-hg@frantovo.cz> [Sun, 04 Feb 2024 16:10:37 +0100] rev 255
tabular formatter: new option 'separateBy' to print horizontal separator on each change of given column

2022-09-23recfile formatter: write record count (as a comment at the end of the relation) v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 23 Sep 2022 18:05:50 +0200] rev 254
recfile formatter: write record count (as a comment at the end of the relation)

2020-09-13combatibility with Java 9+, Tested with Java 11; JAXB library v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 13 Sep 2020 12:01:35 +0200] rev 253
combatibility with Java 9+, Tested with Java 11; JAXB library

2020-07-25improve multiple results support v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Jul 2020 17:25:19 +0200] rev 252
improve multiple results support

The specification talks exactly about -1:
> Returns: the current result as an update count;
> -1 if the current result is a ResultSet object or there are no more results

Other negative numbers can theoretically mean something different than „no more results“
e.g. unknown number of updates (?).

2019-12-20sqldk-relpipe convergence: integer type (relpipe already support signed integers) v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Dec 2019 12:55:01 +0100] rev 251
sqldk-relpipe convergence: integer type (relpipe already support signed integers)

2019-10-24fix license version: GNU GPLv3 v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 24 Oct 2019 21:43:08 +0200] rev 250
fix license version: GNU GPLv3

2019-04-30change XMLNS for the configuration v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Apr 2019 20:04:06 +0200] rev 249
change XMLNS for the configuration
Use The 'tag' URI Scheme <http://www.faqs.org/rfcs/rfc4151.html>
Upgrade local configuration:
sed 's@https://sql-dk.globalcode.info/xmlns/configuration@tag:globalcode.info,2018:sqldk/configuration@g' -i ~/.sql-dk/config.xml

2019-04-30transform the record formatter into the recfile formatter v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Apr 2019 19:49:17 +0200] rev 248
transform the record formatter into the recfile formatter
still a human-readable format and very similar
but also machine-readable – can be processed in GNU Recutils and Relational pipes

2019-04-28getTableName() is needed for the metadata v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 29 Apr 2019 01:27:26 +0200] rev 247
getTableName() is needed for the metadata

2019-03-05support custom relation names in the XML formatter (added --relation CLI option) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 05 Mar 2019 22:03:02 +0100] rev 246
support custom relation names in the XML formatter (added --relation CLI option)

2019-03-05sqldk-relpipe convergence started v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 05 Mar 2019 21:22:33 +0100] rev 245
sqldk-relpipe convergence started

2019-03-04back to the snapshot v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 22:28:29 +0100] rev 244
back to the snapshot

2019-03-04Added tag v0.10 for changeset 0503996934e0 v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 22:26:31 +0100] rev 243
Added tag v0.10 for changeset 0503996934e0

2019-03-04release: 0.10 v_0 v0.10
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 22:26:24 +0100] rev 242
release: 0.10

2019-03-04switch to JUnit5 v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 22:20:36 +0100] rev 241
switch to JUnit5

2019-03-04mavenized: sql-dk-parent v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 22:11:11 +0100] rev 240
mavenized: sql-dk-parent

2019-03-04mavenized: jdbc-dk-driver v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 22:02:52 +0100] rev 239
mavenized: jdbc-dk-driver

2019-03-04mavenized: sql-dk v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 20:15:24 +0100] rev 238
mavenized: sql-dk

2019-03-04mavenized: jdbc-loopback-driver v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 04 Mar 2019 17:06:42 +0100] rev 237
mavenized: jdbc-loopback-driver

2019-02-26Avoid reusing/rewriting the DB connection properties. v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Feb 2019 18:19:49 +0100] rev 236
Avoid reusing/rewriting the DB connection properties.
There was weird random errors while testing connection to multiple DB in parallel when one of them was meta connection to same DB connection.
Two kinds of exception: 1) missing password 2) „Passing DB password as CLI parameter is insecure!“

2019-02-26JDBC drivers: fix 'Unsupported URL' – drivers might be called witrh wrong URLs and then they should (according to the JavaDoc) return null instead of throwing an exception. v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Feb 2019 17:31:41 +0100] rev 235
JDBC drivers: fix 'Unsupported URL' – drivers might be called witrh wrong URLs and then they should (according to the JavaDoc) return null instead of throwing an exception.
This problem occurred when --test-connection was testing multiple connections in parallel.

2019-02-26TabularFormatter: add support for SQLXML values v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Feb 2019 16:36:45 +0100] rev 234
TabularFormatter: add support for SQLXML values

2019-02-26XML array hack v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Feb 2019 15:57:49 +0100] rev 233
XML array hack

2019-02-26c++: recognize batch mode v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Feb 2019 15:49:57 +0100] rev 232
c++: recognize batch mode

2019-02-26netbeans v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 26 Feb 2019 15:47:43 +0100] rev 231
netbeans

2018-01-05c++ version skeleton v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 05 Jan 2018 23:53:23 +0100] rev 230
c++ version skeleton

2016-11-08InfoLister/test: show also database server name and version v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 09 Nov 2016 00:18:01 +0100] rev 229
InfoLister/test: show also database server name and version

2015-09-13BarChartFormatter: TODO comments v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 13 Sep 2015 20:10:13 +0200] rev 228
BarChartFormatter: TODO comments

2015-09-13headerTypes: new option to hide column types in tabular headers v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 13 Sep 2015 19:25:36 +0200] rev 227
headerTypes: new option to hide column types in tabular headers

2015-09-06BarChartFormatter: format null as an empty/missing bar + better logging v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Sep 2015 21:48:54 +0200] rev 226
BarChartFormatter: format null as an empty/missing bar + better logging

2015-09-06XmlFormatter: support for printing SQLXML types v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Sep 2015 21:46:03 +0200] rev 225
XmlFormatter: support for printing SQLXML types

2015-08-30BarChartFormatter: first version v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Aug 2015 02:28:15 +0200] rev 224
BarChartFormatter: first version

2015-08-30LoggerProducer v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 30 Aug 2015 02:24:36 +0200] rev 223
LoggerProducer

2015-08-18bash_completion.pl: defaultFormatter v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 18 Aug 2015 23:37:22 +0200] rev 222
bash_completion.pl: defaultFormatter

2015-08-15bash-completion: --formatter-property choices: first working version v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 16 Aug 2015 01:40:44 +0200] rev 221
bash-completion: --formatter-property choices: first working version

2015-08-15bash-completion: --formatter-property names v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 16 Aug 2015 01:25:01 +0200] rev 220
bash-completion: --formatter-property names

2015-08-15SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter (fixed) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 16:15:30 +0200] rev 219
SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter (fixed)

2015-08-15SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 16:12:06 +0200] rev 218
SingleRecordFormatter: escape whitespace characters in the same way as in TabularFormatter

2015-08-15--list-formatter-properties: better help/description v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 14:40:48 +0200] rev 217
--list-formatter-properties: better help/description

2015-08-15--list-formatter-properties: optional column declared_in v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 14:35:27 +0200] rev 216
--list-formatter-properties: optional column declared_in

Usage:
sql-dk --list-formatter-properties tabular --list-formatter-properties xml --list-formatter-properties xhtml --list-formatter-properties tex --formatter xhtml --formatter-property InfoLister:print:declared_in true > formatter-properties.xhtml

2015-08-15--list-formatter-properties: added column declared_in v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 14:00:47 +0200] rev 215
--list-formatter-properties: added column declared_in

2015-08-15property annotations: first woking version of --list-formatter-properties v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 13:58:43 +0200] rev 214
property annotations: first woking version of --list-formatter-properties

2015-08-15getClassHierarchy function v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 13:21:26 +0200] rev 213
getClassHierarchy function

2015-08-15property annotations: first version (inherited properties are not working yet) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 11:52:38 +0200] rev 212
property annotations: first version (inherited properties are not working yet)

2015-08-15property annotations: dummy InfoLister table v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 11:07:50 +0200] rev 211
property annotations: dummy InfoLister table

2015-08-15InfoLister: private methods + formatter for formatter properties v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 10:53:35 +0200] rev 210
InfoLister: private methods + formatter for formatter properties

2015-08-15property annotations: grounds for --list-formatter-properties v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 10:47:56 +0200] rev 209
property annotations: grounds for --list-formatter-properties

2015-08-15Java 8 for jdbc-dk-driver v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 10:44:36 +0200] rev 208
Java 8 for jdbc-dk-driver

2015-08-15property annotations: default values v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 10:34:18 +0200] rev 207
property annotations: default values

2015-08-15property annotations (documentation) for particular formatters v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 10:20:39 +0200] rev 206
property annotations (documentation) for particular formatters

2015-08-15property annotations for documentation of formatter properties v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 10:04:28 +0200] rev 205
property annotations for documentation of formatter properties

2015-08-15Java 8 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 09:42:43 +0200] rev 204
Java 8

2015-08-15connection tunnelling: configuration and logging v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Aug 2015 09:40:22 +0200] rev 203
connection tunnelling: configuration and logging

2015-06-21SingleRecordFormatter: Formatter intended for printing one record (or few records) with many columns.Prints each colum name and its value on separate line. v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 21 Jun 2015 16:21:51 +0200] rev 202
SingleRecordFormatter: Formatter intended for printing one record (or few records) with many columns.Prints each colum name and its value on separate line.

2015-05-24InfoLister: sort rows in --list-java-properties and --list-environment-variables v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 24 May 2015 19:17:50 +0200] rev 201
InfoLister: sort rows in --list-java-properties and --list-environment-variables

2015-05-24InfoLister: new listings: --list-java-properties and --list-environment-variables v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 24 May 2015 19:10:25 +0200] rev 200
InfoLister: new listings: --list-java-properties and --list-environment-variables

2015-05-24sql-dk.sh: support for JAVA_OPTIONS v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 24 May 2015 18:45:46 +0200] rev 199
sql-dk.sh: support for JAVA_OPTIONS

2015-05-24Schemas and XSL for new 'driver' configuration option v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 24 May 2015 17:35:37 +0200] rev 198
Schemas and XSL for new 'driver' configuration option

2015-05-17fix typo: databgase → database v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 18 May 2015 00:36:23 +0200] rev 197
fix typo: databgase → database

2015-05-17parallel connection testing: avoid deadlocks – preload drivers + better exception handling and logging v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 18 May 2015 00:33:10 +0200] rev 196
parallel connection testing: avoid deadlocks – preload drivers + better exception handling and logging

2015-05-17just JavaDoc v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 17 May 2015 15:43:20 +0200] rev 195
just JavaDoc

2015-05-17JDBC driver class can be specified in the database configuration as an optional parameter (useful especially while embedding jdbc-dk-driver into other application that does not support automatic driver discovery) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 17 May 2015 13:51:40 +0200] rev 194
JDBC driver class can be specified in the database configuration as an optional parameter (useful especially while embedding jdbc-dk-driver into other application that does not support automatic driver discovery)

2015-05-17configuration loading: use JAXB index and set classloader (useful while embedding into Netbeans and other applications) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 17 May 2015 13:15:21 +0200] rev 193
configuration loading: use JAXB index and set classloader (useful while embedding into Netbeans and other applications)

2015-05-16jdbc-dk-driver: first working version v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 17 May 2015 00:27:56 +0200] rev 192
jdbc-dk-driver: first working version

2015-05-16avoid NullPointerException (value = null) while duplicating to java.util.Properties v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 16 May 2015 23:58:06 +0200] rev 191
avoid NullPointerException (value = null) while duplicating to java.util.Properties

2015-05-16userName and password are not needed for the loopback driver v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 16 May 2015 23:55:11 +0200] rev 190
userName and password are not needed for the loopback driver

2015-05-16separate configuration loading into the Loader class v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 16 May 2015 21:42:52 +0200] rev 189
separate configuration loading into the Loader class

2015-05-16jdbc-dk-driver: include main project sources v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 16 May 2015 20:25:16 +0200] rev 188
jdbc-dk-driver: include main project sources

2015-05-16jdbc-dk-driver: netbeans project for the meta driver v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 16 May 2015 20:13:43 +0200] rev 187
jdbc-dk-driver: netbeans project for the meta driver

2015-05-16hgignore: more regular expressions v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 16 May 2015 20:12:51 +0200] rev 186
hgignore: more regular expressions

2015-01-31Tabular formatter: fix problem with CR (carriage return). v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 01 Feb 2015 00:03:40 +0100] rev 185
Tabular formatter: fix problem with CR (carriage return).
Less command or orher programs shows it as ^M (two characters) and it breaks the table layout – so we need to translate it to a single symbol.

2015-01-31fix imports v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 31 Jan 2015 23:40:31 +0100] rev 184
fix imports

2014-12-06parallelized DB connection testing v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Dec 2014 14:38:41 +0100] rev 183
parallelized DB connection testing

2014-12-06logging: strip line ends from the error message if not printing stacktrace v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Dec 2014 14:12:59 +0100] rev 182
logging: strip line ends from the error message if not printing stacktrace

2014-09-29fix imports v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 29 Sep 2014 10:34:54 +0200] rev 181
fix imports

2014-09-28RPM: simple script/spec for building .rpm for Fedora v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 29 Sep 2014 00:13:14 +0200] rev 180
RPM: simple script/spec for building .rpm for Fedora

2014-09-25Basic JMX management/reporting – counters for commands and records v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 25 Sep 2014 17:50:40 +0200] rev 179
Basic JMX management/reporting – counters for commands and records

2014-09-24final properties v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 24 Sep 2014 22:53:30 +0200] rev 178
final properties

2014-05-09jdbc-loopback: refuse connection if URL is unsupported v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 09 May 2014 14:16:45 +0200] rev 177
jdbc-loopback: refuse connection if URL is unsupported

2014-04-12parameter index → parameter number (starts with 1 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 12 Apr 2014 20:01:42 +0200] rev 176
parameter index → parameter number (starts with 1
)

2014-04-06Added tag v0.9 for changeset 3c6d560a1d14 v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Apr 2014 23:33:09 +0200] rev 175
Added tag v0.9 for changeset 3c6d560a1d14

2014-04-06TeXFormatter: first version v_0 v0.9
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Apr 2014 23:32:54 +0200] rev 174
TeXFormatter: first version

2014-04-06netbeans v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Apr 2014 17:53:36 +0200] rev 173
netbeans

2014-04-06improved JDBC loopback driver v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 06 Apr 2014 17:53:01 +0200] rev 172
improved JDBC loopback driver

2014-04-04JDBC loopback driver: first version v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 04 Apr 2014 23:40:28 +0200] rev 171
JDBC loopback driver: first version
experimental JDBC driver which does not need any real SQL database,
just passes values of statement parameters as a result set.
The first parameter is column count, then follows column names and then data.

Example:

2 a b c d e f

will result into table:

a | b
-----
c | d
e | f

2014-01-20Tabular: replace also Non-breaking space with colored symbol (like newlines and TABs) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 21 Jan 2014 00:11:04 +0100] rev 170
Tabular: replace also Non-breaking space with colored symbol (like newlines and TABs)

2014-01-20Tabular: replace also TABs with colored symbol (like newlines) v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 20 Jan 2014 23:58:57 +0100] rev 169
Tabular: replace also TABs with colored symbol (like newlines)

2014-01-19fixed unit tests v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 20 Jan 2014 00:05:23 +0100] rev 168
fixed unit tests

2014-01-19fix Tabular: table was broken if value ended with \n v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 19 Jan 2014 18:30:21 +0100] rev 167
fix Tabular: table was broken if value ended with \n

2014-01-17SQL from STDIN: --sql-in v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 17 Jan 2014 23:24:07 +0100] rev 166
SQL from STDIN: --sql-in

2014-01-16XmlFormatter: support (multidimensional) arrays v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 16 Jan 2014 12:28:08 +0100] rev 165
XmlFormatter: support (multidimensional) arrays

2014-01-16FakeSqlArray#toString() v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 16 Jan 2014 12:23:16 +0100] rev 164
FakeSqlArray#toString()

2014-01-15XML formatter: fix null column values v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 15 Jan 2014 22:22:45 +0100] rev 163
XML formatter: fix null column values

2014-01-15InfoLister: preserve order of databases to test and to list driver properties v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 15 Jan 2014 21:38:02 +0100] rev 162
InfoLister: preserve order of databases to test and to list driver properties

2014-01-15fix unused imports v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 15 Jan 2014 21:37:24 +0100] rev 161
fix unused imports

2014-01-15InfoLister: option --list-formatters also tests, if formatter class can be instantiated (thus is valid) v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 15 Jan 2014 21:26:15 +0100] rev 160
InfoLister: option --list-formatters also tests, if formatter class can be instantiated (thus is valid)

2014-01-15InfoLister: list configured and configurable JDBC driver properties – option: --list-jdbc-properties v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 15 Jan 2014 21:06:12 +0100] rev 159
InfoLister: list configured and configurable JDBC driver properties – option: --list-jdbc-properties

2014-01-15InfoLister: print list of available JDBC drivers: --list-jdbc-drivers v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 15 Jan 2014 18:15:55 +0100] rev 158
InfoLister: print list of available JDBC drivers: --list-jdbc-drivers

2014-01-11fix typo in .deb package description v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 11 Jan 2014 18:37:57 +0100] rev 157
fix typo in .deb package description

2014-01-10Added tag v0.8 for changeset eb3676c6929b v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 10 Jan 2014 23:28:07 +0100] rev 156
Added tag v0.8 for changeset eb3676c6929b

2014-01-10more JavaDoc v_0 v0.8
František Kučera <franta-hg@frantovo.cz> [Fri, 10 Jan 2014 23:21:28 +0100] rev 155
more JavaDoc

2014-01-10XML: batchResults → batchResult v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 10 Jan 2014 20:13:16 +0100] rev 154
XML: batchResults → batchResult

2014-01-10distributions: src release script v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 10 Jan 2014 16:46:40 +0100] rev 153
distributions: src release script

2014-01-08XML formatter: use singleAttribute(qname(""), "") v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 23:50:22 +0100] rev 152
XML formatter: use singleAttribute(qname(""), "")

2014-01-08XML formatter: null values – null attribute instead of „null“ string v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 23:39:47 +0100] rev 151
XML formatter: null values – null attribute instead of „null“ string

2014-01-08wrapper script fix: XSL is in .deb package gzipped v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 20:08:53 +0100] rev 150
wrapper script fix: XSL is in .deb package gzipped

2014-01-08Batch error – proper exit code: EXIT_BATCH_ERROR = 8 v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 19:59:19 +0100] rev 149
Batch error – proper exit code: EXIT_BATCH_ERROR = 8

2014-01-08just formatting v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 19:35:20 +0100] rev 148
just formatting

2014-01-08Improved BatchEncoder: writeNextString() v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 19:24:26 +0100] rev 147
Improved BatchEncoder: writeNextString()

2014-01-08BatchDecoder: basic decoder v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 19:18:52 +0100] rev 146
BatchDecoder: basic decoder

2014-01-08BatchEncoder: fix (encode query with numbered parameters) v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 14:50:26 +0100] rev 145
BatchEncoder: fix (encode query with numbered parameters)

2014-01-08Batch: basic encoder and prepare batch v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 14:33:51 +0100] rev 144
Batch: basic encoder and prepare batch

2014-01-08convert named parameters to numbered v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 08 Jan 2014 12:44:18 +0100] rev 143
convert named parameters to numbered

2014-01-07Formatters: structural change – new level „statement“ → query and parameters are no more duplicated into each result set or updates result v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 07 Jan 2014 21:54:59 +0100] rev 142
Formatters: structural change – new level „statement“ → query and parameters are no more duplicated into each result set or updates result

2014-01-07default config: no standalone v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 07 Jan 2014 21:53:24 +0100] rev 141
default config: no standalone

2014-01-05css/padding v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 05 Jan 2014 11:42:41 +0100] rev 140
css/padding

2014-01-04fix InfoLister: squared infos v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 05 Jan 2014 00:49:01 +0100] rev 139
fix InfoLister: squared infos

2014-01-04XHTML formatter: simple formatting of (multidimensional) arrays v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 05 Jan 2014 00:17:27 +0100] rev 138
XHTML formatter: simple formatting of (multidimensional) arrays

2014-01-04XHTML formatter: distinguish number and boolean v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 23:44:34 +0100] rev 137
XHTML formatter: distinguish number and boolean

2014-01-04XML/XHTML formatter – DOCTYPE v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 23:39:38 +0100] rev 136
XML/XHTML formatter – DOCTYPE

2014-01-04XHTML formatter: CSS and other improvements v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 23:27:17 +0100] rev 135
XHTML formatter: CSS and other improvements

2014-01-04Basic XHTML formatter v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 22:38:59 +0100] rev 134
Basic XHTML formatter

2014-01-04Properties: setLastDefaults() v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 21:21:04 +0100] rev 133
Properties: setLastDefaults()

2014-01-04XML formatter fix: line breaks at the end of the text will be eaten – if you need them, use indentText = false v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 21:20:48 +0100] rev 132
XML formatter fix: line breaks at the end of the text will be eaten – if you need them, use indentText = false

2014-01-04XML formatter: optional label attribute in column elements v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 20:24:27 +0100] rev 131
XML formatter: optional label attribute in column elements

2014-01-04XML formatter: option for preserve whitespace or indent text with line breaks v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 20:08:56 +0100] rev 130
XML formatter: option for preserve whitespace or indent text with line breaks

2014-01-04XML formatter: rows, columns, updates results v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 19:54:11 +0100] rev 129
XML formatter: rows, columns, updates results

2014-01-04XML formatter: abstract + part of basic XML formatter v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 19:39:35 +0100] rev 128
XML formatter: abstract + part of basic XML formatter

2014-01-04new function: foHex() v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 19:38:51 +0100] rev 127
new function: foHex()

2014-01-04Colors can be definitively turned off in constructor v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 19:38:20 +0100] rev 126
Colors can be definitively turned off in constructor

2014-01-04better notNull() function v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Jan 2014 15:11:49 +0100] rev 125
better notNull() function

2014-01-03tabular – todo v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 03 Jan 2014 22:09:05 +0100] rev 124
tabular – todo

2014-01-03TabularWrappingFormatter – first version v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 03 Jan 2014 21:36:00 +0100] rev 123
TabularWrappingFormatter – first version

2014-01-02customizable classpath v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 03 Jan 2014 00:27:16 +0100] rev 122
customizable classpath

2014-01-02package and copy XSLT v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 21:26:50 +0100] rev 121
package and copy XSLT

2014-01-02XML schemas licenses v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 21:26:03 +0100] rev 120
XML schemas licenses

2014-01-02XSLT for viewing config files in a web browser (Firefox, rekonq etc.) v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 21:23:23 +0100] rev 119
XSLT for viewing config files in a web browser (Firefox, rekonq etc.)

2014-01-02example-config.xml moved to xml dir: symlink v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 20:32:59 +0100] rev 118
example-config.xml moved to xml dir: symlink

2014-01-02example-config.xml moved to xml dir v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 20:30:53 +0100] rev 117
example-config.xml moved to xml dir

2014-01-02Pack XSD and RNC into .deb v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 20:14:45 +0100] rev 116
Pack XSD and RNC into .deb

2014-01-02basic XSD v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 20:12:45 +0100] rev 115
basic XSD

2014-01-02Starter script: create symlinks for XSD and Relax NG XML schemas v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 20:00:17 +0100] rev 114
Starter script: create symlinks for XSD and Relax NG XML schemas

2014-01-02Relax NG schema for XML configuration v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 19:59:33 +0100] rev 113
Relax NG schema for XML configuration

2014-01-02Debian package: interim build script for .deb packages v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 19:38:26 +0100] rev 112
Debian package: interim build script for .deb packages

2014-01-02Starter script: systemwide JAR location (user can override it in environment.sh by JAR variable) v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 19:27:09 +0100] rev 111
Starter script: systemwide JAR location (user can override it in environment.sh by JAR variable)

2014-01-02Bash completion: no 'have sql-dk' test v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2014 19:25:35 +0100] rev 110
Bash completion: no 'have sql-dk' test

2014-01-01version info: copyright and contact v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 01 Jan 2014 18:25:11 +0100] rev 109
version info: copyright and contact

2014-01-01DB credentials can be CLI options + log warning: insecure v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 01 Jan 2014 02:56:08 +0100] rev 108
DB credentials can be CLI options + log warning: insecure

2014-01-01database/formatter properties also as CLI options v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 01 Jan 2014 02:44:29 +0100] rev 107
database/formatter properties also as CLI options

2014-01-01use database properties v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 01 Jan 2014 01:06:38 +0100] rev 106
use database properties

2013-12-31cloneable property and properties v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 31 Dec 2013 18:11:50 +0100] rev 105
cloneable property and properties

2013-12-31formatter/database properties v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 31 Dec 2013 17:35:33 +0100] rev 104
formatter/database properties

2013-12-30TabularFormatter: values with line ends will not break our tables v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 30 Dec 2013 23:46:41 +0100] rev 103
TabularFormatter: values with line ends will not break our tables

2013-12-30Load ~/.sql-dk/environment.sh if exists v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 30 Dec 2013 15:50:05 +0100] rev 102
Load ~/.sql-dk/environment.sh if exists

2013-12-29Formatter 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
František Kučera <franta-hg@frantovo.cz> [Mon, 30 Dec 2013 00:01:39 +0100] rev 101
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)

2013-12-29typo in help generator v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Dec 2013 18:26:43 +0100] rev 100
typo in help generator

2013-12-29Data types help: not all available types are currently supported (will be later by type converters) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Dec 2013 16:21:14 +0100] rev 99
Data types help: not all available types are currently supported (will be later by type converters)

2013-12-29Value formatting: Object → String conversion is job for particular formatter v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Dec 2013 15:53:58 +0100] rev 98
Value formatting: Object → String conversion is job for particular formatter

2013-12-29SQL warnings are already printed to the log v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Dec 2013 15:49:25 +0100] rev 97
SQL warnings are already printed to the log

2013-12-29basic generated help v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Dec 2013 15:28:24 +0100] rev 96
basic generated help

2013-12-29more precise exit/error codes v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Dec 2013 14:50:10 +0100] rev 95
more precise exit/error codes

2013-12-28basic help v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Dec 2013 23:08:06 +0100] rev 94
basic help

2013-12-28Type names in --types option are case insensitive v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Dec 2013 20:47:43 +0100] rev 93
Type names in --types option are case insensitive

2013-12-28support all types from java.sql.Types.Types v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Dec 2013 20:36:29 +0100] rev 92
support all types from java.sql.Types.Types

2013-12-28Formatter: one more level: writeStartBatch() + writeEndBatch() which allows multiple databases on output v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Dec 2013 20:24:51 +0100] rev 91
Formatter: one more level: writeStartBatch() + writeEndBatch() which allows multiple databases on output

2013-12-28TabularFormatter: no nonbreakable spaces in table cell padding v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Dec 2013 19:54:03 +0100] rev 90
TabularFormatter: no nonbreakable spaces in table cell padding

2013-12-28InfoLister (configuration listings) will use TabularPrefetchingFormatter as default v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Dec 2013 16:45:04 +0100] rev 89
InfoLister (configuration listings) will use TabularPrefetchingFormatter as default

2013-12-28TabularPrefetchingFormatter: prefetch whole result set to avoid value overflow the cell v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Dec 2013 12:19:39 +0100] rev 88
TabularPrefetchingFormatter: prefetch whole result set to avoid value overflow the cell

2013-12-27TabularFormatter: support for value trim (if longer than cell size) v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 21:26:30 +0100] rev 87
TabularFormatter: support for value trim (if longer than cell size)

2013-12-27log SQLWarnings v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 19:33:46 +0100] rev 86
log SQLWarnings

2013-12-27sql-dk startup shell script v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 18:30:37 +0100] rev 85
sql-dk startup shell script

2013-12-27bash completion: DB name for --test-connection v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 18:27:03 +0100] rev 84
bash completion: DB name for --test-connection

2013-12-27bash completion: license v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 18:22:19 +0100] rev 83
bash completion: license

2013-12-27bash completion: use dynamic completion derived from configuration if available v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 18:16:45 +0100] rev 82
bash completion: use dynamic completion derived from configuration if available

2013-12-27bash completion: perl + bash + ant for generating completion script v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 17:51:05 +0100] rev 81
bash completion: perl + bash + ant for generating completion script

2013-12-27bash completion: generate helper files with databases and formatters from configuration v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 17:40:27 +0100] rev 80
bash completion: generate helper files with databases and formatters from configuration

2013-12-27more bash completion tags v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 16:54:10 +0100] rev 79
more bash completion tags

2013-12-27Possibly missing parameter: ignore empty „parameter names“ (caused e.g. by „::text“ typecasts) v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 15:58:46 +0100] rev 78
Possibly missing parameter: ignore empty „parameter names“ (caused e.g. by „::text“ typecasts)

2013-12-27tags for BASH completion v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 14:54:25 +0100] rev 77
tags for BASH completion

2013-12-27support for ACSII-nostalgia tables v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 14:05:38 +0100] rev 76
support for ACSII-nostalgia tables

2013-12-26throw ConfigurationException instead of returning null, if database or formatter of given name is not configured v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 27 Dec 2013 00:57:34 +0100] rev 75
throw ConfigurationException instead of returning null, if database or formatter of given name is not configured

2013-12-26allow multiple databases connection test in --test-connection v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 22:39:38 +0100] rev 74
allow multiple databases connection test in --test-connection

2013-12-26formatted output for: --test-connection v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 22:32:06 +0100] rev 73
formatted output for: --test-connection

2013-12-26formatted output for: --list-formatters --list-databases v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 22:18:24 +0100] rev 72
formatted output for: --list-formatters --list-databases

2013-12-26allow custom formatters also for JUST_SHOW_INFO commands v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 21:48:59 +0100] rev 71
allow custom formatters also for JUST_SHOW_INFO commands

2013-12-26use formatter also for printing info! --list-types v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 21:47:33 +0100] rev 70
use formatter also for printing info! --list-types

2013-12-26InfoLister, InfoType: switch → enum v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 21:18:54 +0100] rev 69
InfoLister, InfoType: switch → enum

2013-12-26SQLType enum wrapper for java.sql.Types v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 11:58:14 +0100] rev 68
SQLType enum wrapper for java.sql.Types

2013-12-26option --list-formatters – list configured and built-in formatters v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:53:15 +0100] rev 67
option --list-formatters – list configured and built-in formatters

2013-12-26option --list-databases list configured databases v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:29:29 +0100] rev 66
option --list-databases list configured databases

2013-12-26option --test-connection – tests connection to given database v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:24:21 +0100] rev 65
option --test-connection – tests connection to given database

2013-12-26use System.out if mode is JUST_SHOW_INFO (thus user can easily read license or help using … | less) v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 01:05:24 +0100] rev 64
use System.out if mode is JUST_SHOW_INFO (thus user can easily read license or help using … | less)

2013-12-25validation: test if prefix/suffix are valid regular expressions v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 00:58:00 +0100] rev 63
validation: test if prefix/suffix are valid regular expressions

2013-12-25types update v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Dec 2013 00:18:03 +0100] rev 62
types update

2013-12-25expect invalid regexp in prefix/suffix and throw wrapped exception → better exit code v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 20:52:41 +0100] rev 61
expect invalid regexp in prefix/suffix and throw wrapped exception → better exit code

2013-12-25SingleValueFormatter v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 16:38:05 +0100] rev 60
SingleValueFormatter

2013-12-25logging: print stacktraces if level is less than INFO v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 02:04:57 +0100] rev 59
logging: print stacktraces if level is less than INFO

2013-12-25logging: configurable level v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 01:23:27 +0100] rev 58
logging: configurable level

2013-12-25Log level: FINE → INFO v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 01:04:03 +0100] rev 57
Log level: FINE → INFO

2013-12-25exit codes: 0 = success; 4 = SQL error; 3 = other expected error; 1 = unexpected error (implicit 1) v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 01:03:28 +0100] rev 56
exit codes: 0 = success; 4 = SQL error; 3 = other expected error; 1 = unexpected error (implicit 1)

2013-12-24colorful logging v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2013 00:43:06 +0100] rev 55
colorful logging

2013-12-24named parameters: prefix/suffix are now regular expressions v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 14:36:14 +0100] rev 54
named parameters: prefix/suffix are now regular expressions

2013-12-24more functions unit tests v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 14:23:22 +0100] rev 53
more functions unit tests

2013-12-24new option --data-named (then follows name/value pairs without prefix/suffix) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 12:05:05 +0100] rev 52
new option --data-named (then follows name/value pairs without prefix/suffix)

2013-12-24log warning: Possibly missing parameters v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 11:54:58 +0100] rev 51
log warning: Possibly missing parameters

2013-12-24named parameters: better exceptions v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 01:42:24 +0100] rev 50
named parameters: better exceptions

2013-12-24support named parameters v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 01:38:55 +0100] rev 49
support named parameters

2013-12-24print CLI options problems if any v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 01:20:57 +0100] rev 48
print CLI options problems if any

2013-12-23fix default suffix v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 00:15:35 +0100] rev 47
fix default suffix

2013-12-23function escapeRegEx() v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 00:15:04 +0100] rev 46
function escapeRegEx()

2013-12-23fix test v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2013 00:12:53 +0100] rev 45
fix test

2013-12-23named parameters: suffix (default is empty) v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 20:15:23 +0100] rev 44
named parameters: suffix (default is empty)

2013-12-23TabularFormatter: also booleans will be aligned to the right v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 18:27:57 +0100] rev 43
TabularFormatter: also booleans will be aligned to the right

2013-12-23DatabaseConnection implements AutoCloseable v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 16:29:51 +0100] rev 42
DatabaseConnection implements AutoCloseable

2013-12-23No special formatting for generated keys. Use 'INSERT … RETURNING id' or 'INSERT … RETURNING *' to get generated keys. v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 16:19:21 +0100] rev 41
No special formatting for generated keys. Use 'INSERT … RETURNING id' or 'INSERT … RETURNING *' to get generated keys.

2013-12-23TabularFormatter: print colorful tables\! v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 16:14:03 +0100] rev 40
TabularFormatter: print colorful tables\!

2013-12-23TabularFormatter: basic column padding v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 12:16:22 +0100] rev 39
TabularFormatter: basic column padding

2013-12-23String padding functions: lpad(), rpad() v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 11:52:49 +0100] rev 38
String padding functions: lpad(), rpad()

2013-12-23support 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) v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 11:50:24 +0100] rev 37
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)

2013-12-22fix error message v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Dec 2013 00:14:29 +0100] rev 36
fix error message

2013-12-22accept SQL commands returning more ResultSets v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Dec 2013 23:55:07 +0100] rev 35
accept SQL commands returning more ResultSets

2013-12-22first working version v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Dec 2013 23:31:55 +0100] rev 34
first working version

2013-12-22configuration loading from XML v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Dec 2013 22:02:44 +0100] rev 33
configuration loading from XML

2013-12-22TabularFormatter: basics v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Dec 2013 21:02:37 +0100] rev 32
TabularFormatter: basics

2013-12-22ColorfulPrintWriter: colorz, wow v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Dec 2013 20:51:32 +0100] rev 31
ColorfulPrintWriter: colorz, wow

2013-12-22class for xmlns constants v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Dec 2013 18:35:50 +0100] rev 30
class for xmlns constants

2013-12-22more configuration, more JAXB, more formatters v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Dec 2013 18:19:38 +0100] rev 29
more configuration, more JAXB, more formatters

2013-12-21DatabaseConnection: connect JDBC v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Dec 2013 22:22:30 +0100] rev 28
DatabaseConnection: connect JDBC

2013-12-21DatabaseConnection: just change package v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Dec 2013 22:18:07 +0100] rev 27
DatabaseConnection: just change package

2013-12-21configuration basics v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Dec 2013 20:38:50 +0100] rev 26
configuration basics

2013-12-20formatter: currentRowCount v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Dec 2013 23:50:21 +0100] rev 25
formatter: currentRowCount

2013-12-20formatter: FormatterContext v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Dec 2013 22:58:02 +0100] rev 24
formatter: FormatterContext

2013-12-20formatter: ColumnDescriptor v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Dec 2013 22:19:10 +0100] rev 23
formatter: ColumnDescriptor

2013-12-20formatter: interface and abstract class v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Dec 2013 22:01:06 +0100] rev 22
formatter: interface and abstract class

2013-12-20CLI: --help is default option v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 20 Dec 2013 16:34:07 +0100] rev 21
CLI: --help is default option

2013-12-16refactor, configuration v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 23:17:34 +0100] rev 20
refactor, configuration

2013-12-16help option: --help – basics v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 20:42:45 +0100] rev 19
help option: --help – basics

2013-12-16version info: option --version v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 20:39:07 +0100] rev 18
version info: option --version

2013-12-16license option: --license v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 20:20:54 +0100] rev 17
license option: --license

2013-12-16license: GNU GPLv3+ v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 20:01:37 +0100] rev 16
license: GNU GPLv3+

2013-12-16show info basics: list databases + test connection v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 15:29:02 +0100] rev 15
show info basics: list databases + test connection

2013-12-16show info basics v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 15:15:32 +0100] rev 14
show info basics

2013-12-16fix: try/catch v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 12:10:45 +0100] rev 13
fix: try/catch

2013-12-15unit-test: names, types, prefix v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 00:29:22 +0100] rev 12
unit-test: names, types, prefix

2013-12-15just indent v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 00:07:46 +0100] rev 11
just indent

2013-12-15unit-test: types v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 16 Dec 2013 00:05:30 +0100] rev 10
unit-test: types

2013-12-15better exceptions v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 23:58:58 +0100] rev 9
better exceptions

2013-12-15more exceptions v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 23:54:51 +0100] rev 8
more exceptions

2013-12-15more unit-tests v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 23:54:37 +0100] rev 7
more unit-tests

2013-12-15first unit-test v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 22:54:29 +0100] rev 6
first unit-test

2013-12-15more OOP v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 22:44:11 +0100] rev 5
more OOP

2013-12-15data/types CLI options parsing v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 22:07:51 +0100] rev 4
data/types CLI options parsing

2013-12-15name prefix v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 20:25:15 +0100] rev 3
name prefix

2013-12-15more code v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 20:16:27 +0100] rev 2
more code

2013-12-15WOW some classes LOL; TODO: refactor v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Dec 2013 19:20:50 +0100] rev 1
WOW some classes LOL; TODO: refactor

2013-12-12empty netbeans project v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 12 Dec 2013 19:11:41 +0100] rev 0
empty netbeans project