Tue, 20 Oct 2020 23:48:53 +0200 František Kučera Added tag v0.17 for changeset bb3268f87e25 v_0 v0.17.1
Sat, 06 Jun 2020 01:50:45 +0200 František Kučera Added tag v0.16 for changeset 1d17192565bf v_0 v0.17
Fri, 05 Jun 2020 18:26:27 +0200 František Kučera add implicit --copy '.*' only if no CLI arguments were specified (original behavior) v_0 v0.16
Thu, 04 Jun 2020 13:24:17 +0200 František Kučera support also boolean and integer data types, do not treat everything as mere strings v_0
Thu, 04 Jun 2020 00:46:00 +0200 František Kučera rename option --data-source-url to --data-source-string v_0
Thu, 04 Jun 2020 00:03:37 +0200 František Kučera transaction control: disable auto-commit, run all statements in a single transaction, do rollback on exception v_0
Wed, 03 Jun 2020 17:22:22 +0200 František Kučera faulty SQLGetDiagRec() call, unicode error, temporary workaround II v_0
Tue, 02 Jun 2020 23:31:55 +0200 František Kučera faulty SQLGetDiagRec() call, unicode error, temporary workaround v_0
Tue, 02 Jun 2020 20:57:12 +0200 František Kučera getTablePrivileges() finds columns by names instead of numbers v_0
Tue, 02 Jun 2020 18:40:20 +0200 František Kučera getDataSources() can be called multiple-times, use SQL_FETCH_FIRST and SQL_FETCH_NEXT v_0
Mon, 01 Jun 2020 17:23:27 +0200 František Kučera improved exception handling: diagnostics of URL connection error v_0
Mon, 01 Jun 2020 17:22:13 +0200 František Kučera improved exception handling: diagnostics of DSN connection error v_0
Mon, 01 Jun 2020 17:14:22 +0200 František Kučera improved exception handling: diagnostics of prepare statement error v_0
Mon, 01 Jun 2020 00:14:40 +0200 František Kučera improved exception handling v_0
Sun, 31 May 2020 21:20:24 +0200 František Kučera add options --data-source-name and --data-source-url for custom datasource; drop options --file and --file-keep v_0
Sun, 31 May 2020 16:56:07 +0200 František Kučera use ODBC, avoid direct dependency on SQLite v_0
Mon, 25 May 2020 21:11:17 +0200 František Kučera SqlException: ODBC diagnostics v_0
Mon, 25 May 2020 19:36:06 +0200 František Kučera add ODBC library and --list-data-sources mode (DSN) v_0
Sat, 23 May 2020 23:58:50 +0200 František Kučera SqlInputScanner for parsing SQL script and separating particular statements; does not depend on sqlite3_complete() v_0
Fri, 08 May 2020 12:51:01 +0200 František Kučera allow extension (module) loading v_0
Fri, 31 Jan 2020 23:34:53 +0100 František Kučera Added tag v0.15 for changeset 629565ff82d3 v_0
Fri, 31 Jan 2020 23:22:56 +0100 František Kučera keep sqlite3.h dependency in Connection.cpp and PreparedStatement.cpp only II v_0 v0.15
Wed, 25 Dec 2019 01:37:05 +0100 František Kučera keep sqlite3.h dependency in Connection.cpp and PreparedStatement.cpp only v_0
Wed, 25 Dec 2019 01:26:02 +0100 František Kučera remove unused includes v_0
Wed, 25 Dec 2019 01:07:41 +0100 František Kučera move Connection class to separate .h and .cpp files v_0
Wed, 25 Dec 2019 00:57:26 +0100 František Kučera move PreparedStatement class to separate .h and .cpp files v_0
Tue, 24 Dec 2019 17:36:57 +0100 František Kučera rename DB methods to match standard API v_0
Sat, 14 Dec 2019 14:00:36 +0100 František Kučera add --type-cast to allow explicit specification of type for given output attributes v_0
Fri, 13 Dec 2019 22:19:41 +0100 František Kučera support signed integers, negative numbers; binary format change: encode numbers as SLEB128 v_0
Wed, 30 Oct 2019 17:56:45 +0100 František Kučera Added tag v0.14 for changeset 0cfba89d5691 v_0
Wed, 30 Oct 2019 16:46:13 +0100 František Kučera cmake: create relpipe-in-sql symlink v_0 v0.14
Tue, 29 Oct 2019 19:46:08 +0100 František Kučera run whole transformation in a single transaction v_0
Tue, 29 Oct 2019 00:23:56 +0100 František Kučera implicit pass-through of all relations in the relpipe-in-sql mode (if called with no arguments) v_0
Sat, 26 Oct 2019 22:32:36 +0200 František Kučera bash-completion script v_0
Sat, 26 Oct 2019 20:55:10 +0200 František Kučera rename --keep-file to --file-keep v_0
Sat, 26 Oct 2019 19:28:39 +0200 František Kučera rename --dump to --copy + add option --copy-renamed + allow multiple copy/copy-renamed commands v_0
Sat, 26 Oct 2019 17:45:37 +0200 František Kučera process SQL input in the relpipe-in-sql mode v_0
Fri, 25 Oct 2019 12:33:00 +0200 František Kučera add --dump option: allow pass through of relation specified by a regular expression v_0
Tue, 22 Oct 2019 16:05:36 +0200 František Kučera relpipe-in-sql mode: read .sqlite file and generate relational data v_0
Tue, 22 Oct 2019 16:04:56 +0200 František Kučera improve --keep-file option: default is auto = file will be kept, if it was present before the transformation v_0
Tue, 22 Oct 2019 16:04:23 +0200 František Kučera finish writeIdentifier() method v_0
Tue, 22 Oct 2019 16:02:57 +0200 František Kučera fix license version: GNU GPLv3 v_0
Tue, 30 Jul 2019 23:56:32 +0200 František Kučera Added tag v0.13 for changeset 3e076cc76c89 v_0
Tue, 30 Jul 2019 23:52:20 +0200 František Kučera data types v_0 v0.13
Tue, 30 Jul 2019 23:04:33 +0200 František Kučera insert records v_0
Tue, 30 Jul 2019 18:40:35 +0200 František Kučera create table for each relation v_0
Tue, 30 Jul 2019 17:06:41 +0200 František Kučera add option to create DB in a file and to keep that file v_0
Tue, 30 Jul 2019 15:51:35 +0200 František Kučera generate relational outputs v_0
Tue, 30 Jul 2019 14:01:21 +0200 František Kučera sqlite wrapper objects + execute query v_0
Mon, 29 Jul 2019 19:49:12 +0200 František Kučera configuration and CLI parser v_0
Sat, 27 Jul 2019 23:51:14 +0200 František Kučera link to the sqlite3 library v_0
Sat, 27 Jul 2019 18:41:13 +0200 František Kučera project skeleton v_0
(0) tip