Sat, 27 Nov 2021 23:15:18 +0100 exception: fix typo: getMessge() → getMessage() v_0 v0.18
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Nov 2021 23:15:18 +0100] rev 56
exception: fix typo: getMessge() → getMessage()
Sat, 21 Aug 2021 23:13:08 +0200 add boolean parameter to --list-data-sources + allow listing and SELECTing at the same time: bash-completion.sh v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Aug 2021 23:13:08 +0200] rev 55
add boolean parameter to --list-data-sources + allow listing and SELECTing at the same time: bash-completion.sh
Sun, 09 May 2021 18:19:09 +0200 add boolean parameter to --list-data-sources + allow listing and SELECTing at the same time v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 09 May 2021 18:19:09 +0200] rev 54
add boolean parameter to --list-data-sources + allow listing and SELECTing at the same time
Mon, 26 Oct 2020 00:00:35 +0100 fix: support bigger numbers, SQL_BIGINT v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 26 Oct 2020 00:00:35 +0100] rev 53
fix: support bigger numbers, SQL_BIGINT there was an overflow and some values resulted into negative ones. TODO: there is still a problem with big negative numbers – this needs to be addressed in relpipe-lib-writer/relpipe-lib-reader
Sat, 24 Oct 2020 00:08:19 +0200 Added tag v0.17.1 for changeset 0b9b356fb2cf v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 24 Oct 2020 00:08:19 +0200] rev 52
Added tag v0.17.1 for changeset 0b9b356fb2cf
Tue, 20 Oct 2020 23:48:53 +0200 Added tag v0.17 for changeset bb3268f87e25 v_0 v0.17.1
František Kučera <franta-hg@frantovo.cz> [Tue, 20 Oct 2020 23:48:53 +0200] rev 51
Added tag v0.17 for changeset bb3268f87e25
Sat, 06 Jun 2020 01:50:45 +0200 Added tag v0.16 for changeset 1d17192565bf v_0 v0.17
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Jun 2020 01:50:45 +0200] rev 50
Added tag v0.16 for changeset 1d17192565bf
Fri, 05 Jun 2020 18:26:27 +0200 add implicit --copy '.*' only if no CLI arguments were specified (original behavior) v_0 v0.16
František Kučera <franta-hg@frantovo.cz> [Fri, 05 Jun 2020 18:26:27 +0200] rev 49
add implicit --copy '.*' only if no CLI arguments were specified (original behavior)
Thu, 04 Jun 2020 13:24:17 +0200 support also boolean and integer data types, do not treat everything as mere strings v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 04 Jun 2020 13:24:17 +0200] rev 48
support also boolean and integer data types, do not treat everything as mere strings
Thu, 04 Jun 2020 00:46:00 +0200 rename option --data-source-url to --data-source-string v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 04 Jun 2020 00:46:00 +0200] rev 47
rename option --data-source-url to --data-source-string In some implementations like JDBC, the connection string is URL, but in ODBC the string is not formally URL, so it is better to use more general term „data source string“ instead of URL. - data source name (DSN) = name of a pre-configured database connection that should be looked-up in configuration and used - data source string (connection string) = arbitrary string containing (in certain encoding which might and might not be URL) all needed parameters (e.g. server name + port + user name + password) Name and string might sometimes be also combined: in ODBC we can e.g. connect to a string: DSN=relpipe;someParameter=foo;someOther=bar which will lookup configuration for the „relpipe“ data source and will combine it with given parameters.
(0) -10 tip