Files
qt-creator/src/libs/sqlite
Marco Bubke 81a36ac0ef Sqlite: Optimize the initialization
https: //www.sqlite.org/compile.html#omit_autoinit

Change-Id: Iaa91203be21f01a19235a9401cb4fa412eca8276
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2021-05-05 15:14:37 +00:00
..
2021-03-17 09:11:52 +00:00
2020-06-05 09:52:42 +00:00
2020-06-16 12:43:00 +00:00
2021-03-30 07:30:02 +00:00
2020-10-16 10:01:21 +00:00
2018-01-16 14:00:28 +00:00
2021-02-26 09:26:15 +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_FTS5
  • SQLITE_ENABLE_UNLOCK_NOTIFY
  • SQLITE_ENABLE_COLUMN_METADATA
  • SQLITE_ENABLE_JSON1

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