Sun, 28 Aug 2022 18:03:13 +0200 optional UNION ALL: CLI option '--on-duplicate-relation' with values 'fail' and 'insert' (later more modes) v_0 tip
František Kučera <franta-hg@frantovo.cz> [Sun, 28 Aug 2022 18:03:13 +0200] rev 59
optional UNION ALL: CLI option '--on-duplicate-relation' with values 'fail' and 'insert' (later more modes) examples, shortcuts: relpipe-tr-unionall() { relpipe-tr-sql --copy '.+' --on-duplicate-relation insert; } # does UNION ALL for all tables with same name (including already existing ones – when non-empty database is used) relpipe-tr-unionall() { relpipe-tr-serialize | relpipe-tr-deserialize; } # does UNION ALL only for tables with same name immediately following each other (interleaved duplicates will stay unaffected)
Sat, 23 Apr 2022 18:49:25 +0200 remove superfluous c_str() v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Apr 2022 18:49:25 +0200] rev 58
remove superfluous c_str()
Sat, 04 Dec 2021 21:14:54 +0100 Added tag v0.18 for changeset 72305cea3b71 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Dec 2021 21:14:54 +0100] rev 57
Added tag v0.18 for changeset 72305cea3b71
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
(0) -10 tip