Sat, 16 May 2015 20:12:51 +0200 hgignore: 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 +0100 Tabular 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 +0100 fix 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 +0100 parallelized 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 +0100 logging: 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 +0200 fix 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 +0200 RPM: 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 +0200 Basic 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 +0200 final 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 +0200 jdbc-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 +0200 parameter 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 +0200 Added 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 +0200 TeXFormatter: 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 +0200 netbeans 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 +0200 improved 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 +0200 JDBC 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 +0100 Tabular: 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 +0100 Tabular: 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 +0100 fixed 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 +0100 fix 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 +0100 SQL 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 +0100 XmlFormatter: 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 +0100 FakeSqlArray#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 +0100 XML 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 +0100 InfoLister: 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 +0100 fix 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 +0100 InfoLister: 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 +0100 InfoLister: 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 +0100 InfoLister: 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 +0100 fix 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
(0) -100 -50 -30 +30 +50 tip