Fri, 23 Sep 2022 18:05:50 +0200 recfile formatter: write record count (as a comment at the end of the relation) v_0 tip
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 +0200 combatibility 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 +0200 improve 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 +0100 sqldk-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 +0200 fix 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 +0200 change 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 +0200 transform 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 +0200 getTableName() 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 +0100 support 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 +0100 sqldk-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 +0100 back 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 +0100 Added 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 +0100 release: 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 +0100 switch 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 +0100 mavenized: 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 +0100 mavenized: 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 +0100 mavenized: 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 +0100 mavenized: 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 +0100 Avoid 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 +0100 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. 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 +0100 TabularFormatter: 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 +0100 XML 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 +0100 c++: 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 +0100 netbeans 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 +0100 c++ 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 +0100 InfoLister/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 +0200 BarChartFormatter: 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 +0200 headerTypes: 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 +0200 BarChartFormatter: 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 +0200 XmlFormatter: 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
(0) -100 -50 -30 tip