František Kučera <franta-hg@frantovo.cz> [Sat, 04 Dec 2021 21:14:51 +0100] rev 53
Added tag v0.18 for changeset d22e9274fcad
František Kučera <franta-hg@frantovo.cz> [Mon, 29 Nov 2021 19:30:52 +0100] rev 52
fix LEB128 integer decoding of negative numbers smaller than -134217728 (-2^27)
Due to mismatch of data types of result value and the zero constant/literal, smaller numbers were decoded wrongly:
-134217728 → -134217728
-134217729 → -1
-134217730 → -2
Limits of the current implementation:
relpipe-in-cli --relation "velká_čísla" --attribute "číslo" integer --record -9223372036854775808 --record 9223372036854775807 | relpipe-out-tabular
velká_čísla:
╭──────────────────────╮
│ číslo (integer) │
├──────────────────────┤
│ -9223372036854775808 │
│ 9223372036854775807 │
╰──────────────────────╯
Record count: 2
i.e. +2^63 and -(2^63-1)
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Nov 2021 23:15:16 +0100] rev 51
exception: fix typo: getMessge() → getMessage()
František Kučera <franta-hg@frantovo.cz> [Sat, 24 Oct 2020 00:08:18 +0200] rev 50
Added tag v0.17.1 for changeset 361696fb6434
František Kučera <franta-hg@frantovo.cz> [Tue, 20 Oct 2020 23:48:51 +0200] rev 49
Added tag v0.17 for changeset 1d1e60f64b70
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Jun 2020 01:50:43 +0200] rev 48
Added tag v0.16 for changeset e10d98ca01e2
František Kučera <franta-hg@frantovo.cz> [Fri, 31 Jan 2020 23:34:51 +0100] rev 47
Added tag v0.15 for changeset 12c329f5524f
František Kučera <franta-hg@frantovo.cz> [Fri, 13 Dec 2019 22:19:39 +0100] rev 46
support signed integers, negative numbers; binary format change: encode numbers as SLEB128
František Kučera <franta-hg@frantovo.cz> [Tue, 10 Dec 2019 19:37:50 +0100] rev 45
binary format change: encode numbers as ULEB128 instead of original uint8/16/32/64 format
František Kučera <franta-hg@frantovo.cz> [Tue, 03 Dec 2019 16:30:02 +0100] rev 44
rename and make shared library: relpipe-lib-protocol.cpp → relpipe-lib-common.cpp