Files
qt-creator/src/libs/sqlite
Marco Bubke 5a7a6cb02d Sqlite: Remove last usages of UpdateCallback
Change-Id: Ie7ffe06c55a7827fae20996e5b0eadb9892b9e23
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2020-06-10 13:34:27 +00:00
..
2020-06-08 12:30:58 +00:00
2019-04-11 10:46:19 +00:00
2019-06-17 12:53:48 +00:00
2020-06-05 09:52:42 +00:00
2020-06-05 16:03:54 +00:00
2020-06-05 09:52:42 +00:00
2020-06-05 09:52:42 +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-06-05 09:52:42 +00:00
2020-06-05 09:52:42 +00:00
2020-06-10 09:05:00 +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.