Files
qt-creator/src/libs/sqlite
Marco Bubke 2d0fab50c1 Sqlite: Locking the walCheckpointFull()
To call this function from a thread we have to lock it. There is no test
because there is no reasonable way to doing it. Anyway, this code is very
simple, so there no reason to see that there is an error in it.

Change-Id: Ibe57ddf421bc60929993afedecbde8c8486eb4db
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2020-05-05 11:26:26 +00:00
..
2019-04-11 10:46:19 +00:00
2020-04-27 18:17:11 +00:00
2019-06-17 12:53:48 +00:00
2015-11-26 13:57:08 +00:00
2018-01-16 11:10:14 +00:00
2020-04-27 18:17:11 +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
2020-04-27 18:17:11 +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.