Sat, 04 Dec 2021 21:14:50 +0100 Added tag v0.18 for changeset 15a151aa93b1 v_0 tip
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Dec 2021 21:14:50 +0100] rev 11
Added tag v0.18 for changeset 15a151aa93b1
Sat, 27 Nov 2021 23:15:16 +0100 exception: fix typo: getMessge() → getMessage() v_0 v0.18
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Nov 2021 23:15:16 +0100] rev 10
exception: fix typo: getMessge() → getMessage()
Sat, 29 May 2021 21:30:23 +0200 remove irrelevant tags v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 29 May 2021 21:30:23 +0200] rev 9
remove irrelevant tags
Sun, 09 May 2021 00:17:40 +0200 install also symlink to relpipe-in-json v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 09 May 2021 00:17:40 +0200] rev 8
install also symlink to relpipe-in-json
Wed, 23 Dec 2020 18:54:41 +0100 fix null pointer exception v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 23 Dec 2020 18:54:41 +0100] rev 7
fix null pointer exception
Sat, 05 Dec 2020 19:48:52 +0100 rather fail-fast than hide mistakes (might be e.g. a typo in the source YAML file) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Dec 2020 19:48:52 +0100] rev 6
rather fail-fast than hide mistakes (might be e.g. a typo in the source YAML file)
Sat, 05 Dec 2020 19:42:21 +0100 simplify types (namespaces) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Dec 2020 19:42:21 +0100] rev 5
simplify types (namespaces)
Sat, 05 Dec 2020 19:32:05 +0100 simplify FOR cycles v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Dec 2020 19:32:05 +0100] rev 4
simplify FOR cycles
Sat, 05 Dec 2020 19:17:21 +0100 support also attribute metadata (i.e. also different attribute types than mere strings) and empty relations (no records) v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 05 Dec 2020 19:17:21 +0100] rev 3
support also attribute metadata (i.e. also different attribute types than mere strings) and empty relations (no records)
Thu, 03 Dec 2020 22:31:03 +0100 convert YAML to relations v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 03 Dec 2020 22:31:03 +0100] rev 2
convert YAML to relations Expected structure is: map: key = relation name value = sequence of maps (records) where: key = attribute name value = attribute value Example: -------- fruit: - id: 1 name: cherry - id: 2 name: apple - id: 3 name: plum empty: # this relation has no attributes and will be ignored sparse: - a: aaa b: bbb c: ccc - a: AAA b: BBB - c: C d: D e: E a: A f: F - c: CCC -------- Not yet supported: -------- my_relation_with_metadata: attribute-metadata: - name: a type: string - name: b type: boolean record: - a: a - b: true --------
(0) -10 tip