Wed, 25 Dec 2019 00:57:26 +0100 move PreparedStatement class to separate .h and .cpp files v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2019 00:57:26 +0100] rev 26
move PreparedStatement class to separate .h and .cpp files
Tue, 24 Dec 2019 17:36:57 +0100 rename DB methods to match standard API v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 24 Dec 2019 17:36:57 +0100] rev 25
rename DB methods to match standard API
Sat, 14 Dec 2019 14:00:36 +0100 add --type-cast to allow explicit specification of type for given output attributes v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Dec 2019 14:00:36 +0100] rev 24
add --type-cast to allow explicit specification of type for given output attributes
Fri, 13 Dec 2019 22:19:41 +0100 support signed integers, negative numbers; binary format change: encode numbers as SLEB128 v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 13 Dec 2019 22:19:41 +0100] rev 23
support signed integers, negative numbers; binary format change: encode numbers as SLEB128
Wed, 30 Oct 2019 17:56:45 +0100 Added tag v0.14 for changeset 0cfba89d5691 v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 30 Oct 2019 17:56:45 +0100] rev 22
Added tag v0.14 for changeset 0cfba89d5691
Wed, 30 Oct 2019 16:46:13 +0100 cmake: create relpipe-in-sql symlink v_0 v0.14
František Kučera <franta-hg@frantovo.cz> [Wed, 30 Oct 2019 16:46:13 +0100] rev 21
cmake: create relpipe-in-sql symlink
Tue, 29 Oct 2019 19:46:08 +0100 run whole transformation in a single transaction v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 29 Oct 2019 19:46:08 +0100] rev 20
run whole transformation in a single transaction
Tue, 29 Oct 2019 00:23:56 +0100 implicit pass-through of all relations in the relpipe-in-sql mode (if called with no arguments) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 29 Oct 2019 00:23:56 +0100] rev 19
implicit pass-through of all relations in the relpipe-in-sql mode (if called with no arguments)
Sat, 26 Oct 2019 22:32:36 +0200 bash-completion script v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 26 Oct 2019 22:32:36 +0200] rev 18
bash-completion script
Sat, 26 Oct 2019 20:55:10 +0200 rename --keep-file to --file-keep v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 26 Oct 2019 20:55:10 +0200] rev 17
rename --keep-file to --file-keep
Sat, 26 Oct 2019 19:28:39 +0200 rename --dump to --copy + add option --copy-renamed + allow multiple copy/copy-renamed commands v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 26 Oct 2019 19:28:39 +0200] rev 16
rename --dump to --copy + add option --copy-renamed + allow multiple copy/copy-renamed commands
Sat, 26 Oct 2019 17:45:37 +0200 process SQL input in the relpipe-in-sql mode v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 26 Oct 2019 17:45:37 +0200] rev 15
process SQL input in the relpipe-in-sql mode
Fri, 25 Oct 2019 12:33:00 +0200 add --dump option: allow pass through of relation specified by a regular expression v_0
František Kučera <franta-hg@frantovo.cz> [Fri, 25 Oct 2019 12:33:00 +0200] rev 14
add --dump option: allow pass through of relation specified by a regular expression
Tue, 22 Oct 2019 16:05:36 +0200 relpipe-in-sql mode: read .sqlite file and generate relational data v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Oct 2019 16:05:36 +0200] rev 13
relpipe-in-sql mode: read .sqlite file and generate relational data
Tue, 22 Oct 2019 16:04:56 +0200 improve --keep-file option: default is auto = file will be kept, if it was present before the transformation v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Oct 2019 16:04:56 +0200] rev 12
improve --keep-file option: default is auto = file will be kept, if it was present before the transformation
Tue, 22 Oct 2019 16:04:23 +0200 finish writeIdentifier() method v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Oct 2019 16:04:23 +0200] rev 11
finish writeIdentifier() method
Tue, 22 Oct 2019 16:02:57 +0200 fix license version: GNU GPLv3 v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Oct 2019 16:02:57 +0200] rev 10
fix license version: GNU GPLv3
Tue, 30 Jul 2019 23:56:32 +0200 Added tag v0.13 for changeset 3e076cc76c89 v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 23:56:32 +0200] rev 9
Added tag v0.13 for changeset 3e076cc76c89
Tue, 30 Jul 2019 23:52:20 +0200 data types v_0 v0.13
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 23:52:20 +0200] rev 8
data types
Tue, 30 Jul 2019 23:04:33 +0200 insert records v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 23:04:33 +0200] rev 7
insert records
Tue, 30 Jul 2019 18:40:35 +0200 create table for each relation v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 18:40:35 +0200] rev 6
create table for each relation
Tue, 30 Jul 2019 17:06:41 +0200 add option to create DB in a file and to keep that file v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 17:06:41 +0200] rev 5
add option to create DB in a file and to keep that file
Tue, 30 Jul 2019 15:51:35 +0200 generate relational outputs v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 15:51:35 +0200] rev 4
generate relational outputs
Tue, 30 Jul 2019 14:01:21 +0200 sqlite wrapper objects + execute query v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 14:01:21 +0200] rev 3
sqlite wrapper objects + execute query
Mon, 29 Jul 2019 19:49:12 +0200 configuration and CLI parser v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 29 Jul 2019 19:49:12 +0200] rev 2
configuration and CLI parser
Sat, 27 Jul 2019 23:51:14 +0200 link to the sqlite3 library v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Jul 2019 23:51:14 +0200] rev 1
link to the sqlite3 library
Sat, 27 Jul 2019 18:41:13 +0200 project skeleton v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Jul 2019 18:41:13 +0200] rev 0
project skeleton
(0) +30 tip