Files
qt-creator/src/libs/sqlite
Marco Bubke 912cb9278f ClangRefactoring: Ensure that database is written to log after indexing
Change-Id: Ic2473d9fe8dc9b41a7da728c9e1b5202524c1a79
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2019-06-17 10:46:12 +00:00
..
2019-05-17 13:33:28 +00:00
2019-04-11 10:46:19 +00:00
2015-11-26 13:57:08 +00:00
2018-01-16 11:10:14 +00:00
2017-07-27 09:14:30 +00:00
2017-08-28 14:50:33 +00:00
2017-10-05 17:36:37 +00:00
2017-10-05 17:36:37 +00:00
2017-08-28 14:50:33 +00:00
2017-10-05 17:36:37 +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.