Sun, 04 Feb 2024 16:10:37 +0100tabular 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

Fri, 23 Sep 2022 18:05:50 +0200recfile 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)

Sun, 13 Sep 2020 12:01:35 +0200combatibility 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

Sat, 25 Jul 2020 17:25:19 +0200improve 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 (?).

Fri, 20 Dec 2019 12:55:01 +0100sqldk-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)

Thu, 24 Oct 2019 21:43:08 +0200fix 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

Tue, 30 Apr 2019 20:04:06 +0200change 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

Tue, 30 Apr 2019 19:49:17 +0200transform 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

Mon, 29 Apr 2019 01:27:26 +0200getTableName() 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

Tue, 05 Mar 2019 22:03:02 +0100support 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)

Tue, 05 Mar 2019 21:22:33 +0100sqldk-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

Mon, 04 Mar 2019 22:28:29 +0100back 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

Mon, 04 Mar 2019 22:26:31 +0100Added 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

Mon, 04 Mar 2019 22:26:24 +0100release: 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

Mon, 04 Mar 2019 22:20:36 +0100switch 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

Mon, 04 Mar 2019 22:11:11 +0100mavenized: 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

Mon, 04 Mar 2019 22:02:52 +0100mavenized: 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

Mon, 04 Mar 2019 20:15:24 +0100mavenized: 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

Mon, 04 Mar 2019 17:06:42 +0100mavenized: 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

Tue, 26 Feb 2019 18:19:49 +0100Avoid 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!“

Tue, 26 Feb 2019 17:31:41 +0100JDBC 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.

Tue, 26 Feb 2019 16:36:45 +0100TabularFormatter: 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

Tue, 26 Feb 2019 15:57:49 +0100XML 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

Tue, 26 Feb 2019 15:49:57 +0100c++: 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

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

Fri, 05 Jan 2018 23:53:23 +0100c++ 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

Wed, 09 Nov 2016 00:18:01 +0100InfoLister/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

Sun, 13 Sep 2015 20:10:13 +0200BarChartFormatter: 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

Sun, 13 Sep 2015 19:25:36 +0200headerTypes: 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

Sun, 06 Sep 2015 21:48:54 +0200BarChartFormatter: 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

Sun, 06 Sep 2015 21:46:03 +0200XmlFormatter: 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

Sun, 30 Aug 2015 02:28:15 +0200BarChartFormatter: 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

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

Tue, 18 Aug 2015 23:37:22 +0200bash_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

Sun, 16 Aug 2015 01:40:44 +0200bash-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

Sun, 16 Aug 2015 01:25:01 +0200bash-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

Sat, 15 Aug 2015 16:15:30 +0200SingleRecordFormatter: 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)

Sat, 15 Aug 2015 16:12:06 +0200SingleRecordFormatter: 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

Sat, 15 Aug 2015 14:40:48 +0200--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

Sat, 15 Aug 2015 14:35:27 +0200--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

Sat, 15 Aug 2015 14:00:47 +0200--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

Sat, 15 Aug 2015 13:58:43 +0200property 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

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

Sat, 15 Aug 2015 11:52:38 +0200property 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)

Sat, 15 Aug 2015 11:07:50 +0200property 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

Sat, 15 Aug 2015 10:53:35 +0200InfoLister: 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

Sat, 15 Aug 2015 10:47:56 +0200property 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

Sat, 15 Aug 2015 10:44:36 +0200Java 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

Sat, 15 Aug 2015 10:34:18 +0200property 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

Sat, 15 Aug 2015 10:20:39 +0200property 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

Sat, 15 Aug 2015 10:04:28 +0200property 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

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

Sat, 15 Aug 2015 09:40:22 +0200connection 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

Sun, 21 Jun 2015 16:21:51 +0200SingleRecordFormatter: 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.

Sun, 24 May 2015 19:17:50 +0200InfoLister: 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

Sun, 24 May 2015 19:10:25 +0200InfoLister: 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

Sun, 24 May 2015 18:45:46 +0200sql-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

Sun, 24 May 2015 17:35:37 +0200Schemas 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

Mon, 18 May 2015 00:36:23 +0200fix 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

Mon, 18 May 2015 00:33:10 +0200parallel 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

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

Sun, 17 May 2015 13:51:40 +0200JDBC 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)

Sun, 17 May 2015 13:15:21 +0200configuration 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)

Sun, 17 May 2015 00:27:56 +0200jdbc-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

Sat, 16 May 2015 23:58:06 +0200avoid 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

Sat, 16 May 2015 23:55:11 +0200userName 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

Sat, 16 May 2015 21:42:52 +0200separate 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

Sat, 16 May 2015 20:25:16 +0200jdbc-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

Sat, 16 May 2015 20:13:43 +0200jdbc-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

Sat, 16 May 2015 20:12:51 +0200hgignore: 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

Sun, 01 Feb 2015 00:03:40 +0100Tabular 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.

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

Sat, 06 Dec 2014 14:38:41 +0100parallelized 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

Sat, 06 Dec 2014 14:12:59 +0100logging: 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

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

Mon, 29 Sep 2014 00:13:14 +0200RPM: 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

Thu, 25 Sep 2014 17:50:40 +0200Basic 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

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

Fri, 09 May 2014 14:16:45 +0200jdbc-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

Sat, 12 Apr 2014 20:01:42 +0200parameter 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
)

Sun, 06 Apr 2014 23:33:09 +0200Added 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

Sun, 06 Apr 2014 23:32:54 +0200TeXFormatter: 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

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

Sun, 06 Apr 2014 17:53:01 +0200improved 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

Fri, 04 Apr 2014 23:40:28 +0200JDBC 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

Tue, 21 Jan 2014 00:11:04 +0100Tabular: 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)

Mon, 20 Jan 2014 23:58:57 +0100Tabular: 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)

Mon, 20 Jan 2014 00:05:23 +0100fixed 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

Sun, 19 Jan 2014 18:30:21 +0100fix 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

Fri, 17 Jan 2014 23:24:07 +0100SQL 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

Thu, 16 Jan 2014 12:28:08 +0100XmlFormatter: 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

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

Wed, 15 Jan 2014 22:22:45 +0100XML 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

Wed, 15 Jan 2014 21:38:02 +0100InfoLister: 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

Wed, 15 Jan 2014 21:37:24 +0100fix 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

Wed, 15 Jan 2014 21:26:15 +0100InfoLister: 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)

Wed, 15 Jan 2014 21:06:12 +0100InfoLister: 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

Wed, 15 Jan 2014 18:15:55 +0100InfoLister: 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

Sat, 11 Jan 2014 18:37:57 +0100fix 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

Fri, 10 Jan 2014 23:28:07 +0100Added 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

Fri, 10 Jan 2014 23:21:28 +0100more 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

Fri, 10 Jan 2014 20:13:16 +0100XML: 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

Fri, 10 Jan 2014 16:46:40 +0100distributions: 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

Wed, 08 Jan 2014 23:50:22 +0100XML 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(""), "")

Wed, 08 Jan 2014 23:39:47 +0100XML 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

Wed, 08 Jan 2014 20:08:53 +0100wrapper 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

Wed, 08 Jan 2014 19:59:19 +0100Batch 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

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

Wed, 08 Jan 2014 19:24:26 +0100Improved 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()

Wed, 08 Jan 2014 19:18:52 +0100BatchDecoder: 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

Wed, 08 Jan 2014 14:50:26 +0100BatchEncoder: 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)

Wed, 08 Jan 2014 14:33:51 +0100Batch: 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

Wed, 08 Jan 2014 12:44:18 +0100convert 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

Tue, 07 Jan 2014 21:54:59 +0100Formatters: 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

Tue, 07 Jan 2014 21:53:24 +0100default 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

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

Sun, 05 Jan 2014 00:49:01 +0100fix 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

Sun, 05 Jan 2014 00:17:27 +0100XHTML 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

Sat, 04 Jan 2014 23:44:34 +0100XHTML 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

Sat, 04 Jan 2014 23:39:38 +0100XML/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