src/SqlHandler.h
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
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 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
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: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
Tue, 29 Oct 2019 19:46:08 +0100 František Kučera run whole transformation in a single transaction 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
less more (0) -15 tip