Sat, 15 Aug 2015 09:42:43 +0200 Java 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 +0200 connection 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 +0200 SingleRecordFormatter: 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 +0200 InfoLister: 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 +0200 InfoLister: 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 +0200 sql-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 +0200 Schemas 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 +0200 fix 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 +0200 parallel 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 +0200 just 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 +0200 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) 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 +0200 configuration 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 +0200 jdbc-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 +0200 avoid 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 +0200 userName 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 +0200 separate 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 +0200 jdbc-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 +0200 jdbc-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 +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
(0) -100 -50 -30 +30 +50 tip