Sqlite: Disable the non memory temp store

We don't use it anyway.

Change-Id: I6718782a4f0d3b05b40c43442b36e403ac3ff28e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2021-05-12 12:22:47 +02:00
parent b2cd0c32a5
commit 02f794b9f4

View File

@@ -61,7 +61,7 @@
#define SQLITE_ENABLE_UNLOCK_NOTIFY 1
#define SQLITE_ENABLE_JSON1 1
#define SQLITE_DEFAULT_FOREIGN_KEYS 1
#define SQLITE_TEMP_STORE 2
#define SQLITE_TEMP_STORE 3
#define SQLITE_DEFAULT_WAL_SYNCHRONOUS 1
#define SQLITE_MAX_WORKER_THREADS 1
#define SQLITE_DEFAULT_MEMSTATUS 0