Files
qt-creator/src/libs/sqlite
Mahmoud Badri 084944a96b Fix Qt Creator + Coco build
param name "interface" is causing Qt Creator build fail when integrating
Froglogic Coco tools with Qt Creator.

Fixes: QTCREATORBUG-25146
Change-Id: If3fa3d44e941089a882deb44ba12dec6d00ad73d
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
(cherry picked from commit f30565873a)
2020-12-23 12:30:57 +00:00
..
2020-10-16 10:01:21 +00:00
2019-04-11 10:46:19 +00:00
2020-10-16 10:01:21 +00:00
2019-06-17 12:53:48 +00:00
2020-06-05 09:52:42 +00:00
2020-06-16 12:43:00 +00:00
2020-10-16 10:01:21 +00:00
2020-06-05 09:52:42 +00:00
2020-06-05 09:52:42 +00:00
2017-10-05 17:36:37 +00:00
2017-10-05 17:36:37 +00:00
2020-10-16 10:01:21 +00:00
2020-10-16 10:01:21 +00:00
2017-10-05 17:36:37 +00:00
2018-01-16 14:00:28 +00:00
2017-06-14 08:46:21 +00:00
2017-06-14 11:49:33 +00:00

SQLite

Minimum version is the same as the sqlite version in the source tree.

We compile SQLite with the flowing settings:

  • SQLITE_THREADSAFE=2
  • SQLITE_ENABLE_FTS4
  • SQLITE_ENABLE_FTS3_PARENTHESIS
  • SQLITE_ENABLE_UNLOCK_NOTIFY
  • SQLITE_ENABLE_COLUMN_METADATA
  • SQLITE_ENABLE_JSON1

Be prepared that we demand more functionality from SQLite in the future.