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.