Marco Bubke
84c1d6572b
Utils: Remove variant.h
...
Since we are now requiring macOS 10.14 we can remove our local copy of
std::variant and use for macOS std::variant too.
Change-Id: I589d03b35fc56878b7392ffa7047a439e588fe43
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org >
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: Eike Ziller <eike.ziller@qt.io >
2022-08-23 09:51:43 +00:00
Marco Bubke
cf441e8198
Sqlite: Add primary key table constraint to table builder
...
Change-Id: I60c158eb76db2217a2d045053bb8e47eef75ff7a
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io >
2020-06-05 09:57:47 +00:00
Marco Bubke
a61eff0079
Sqlite: Add session support
...
Session are captured by hooking in the sqlite changes. They are saved in
blobs and containing inserts, update and deletes. Because the are
semantically coupled to translactions we add a
Change-Id: Ie095558ebc50601fcaae32958ebeeb98b72d73b9
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io >
2020-06-05 09:52:42 +00:00
Marco Bubke
4b7aeae749
Sqlite: Add check constraint
...
Change-Id: Ib4b909da40c7fe07dcb6a07c4650a720313391c2
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io >
2020-05-14 10:30:44 +00:00