František Kučera <franta-hg@frantovo.cz> [Sat, 04 Dec 2021 21:14:49 +0100] rev 51
Added tag v0.18 for changeset 8f262b05c252
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Nov 2021 23:15:14 +0100] rev 50
exception: fix typo: getMessge() → getMessage()
František Kučera <franta-hg@frantovo.cz> [Sat, 24 Oct 2020 00:08:17 +0200] rev 49
Added tag v0.17.1 for changeset 610b6baca7f9
František Kučera <franta-hg@frantovo.cz> [Tue, 20 Oct 2020 23:48:50 +0200] rev 48
Added tag v0.17 for changeset 329757999664
František Kučera <franta-hg@frantovo.cz> [Thu, 24 Sep 2020 20:42:34 +0200] rev 47
fail-fast: report missing --relation and --attribute early and avoid crashing without any useful error message
František Kučera <franta-hg@frantovo.cz> [Thu, 24 Sep 2020 20:37:52 +0200] rev 46
rename --records-from-stdin to --records-on-stdin and add boolean parameter
František Kučera <franta-hg@frantovo.cz> [Thu, 24 Sep 2020 16:03:05 +0200] rev 45
fix whitespace
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Sep 2020 21:32:14 +0200] rev 44
add option: --write-header
we can omit the relation's header and generate just the records
and append them to an existing relational stream:
(relpipe-in-cli --relation rrr --attribute a integer; relpipe-in-cli --write-header false --relation rrr --attribute XXX integer --records 1 2 3) | relpipe-out-tabular
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Sep 2020 21:00:30 +0200] rev 43
change CLI interface: options: --relation --attribute --record --records --records-from-stdin
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Sep 2020 17:42:19 +0200] rev 42
remove relpipe-in-cli demo