mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Add SQLITE_DQS to the compileoptions_used list, per request in [forum post 8b1060122b|forum:8b1060122b]. Force DQS=0 in sqlite3-wasm.c.
FossilOrigin-Name: fcd9e0dbe3226f3f7ccc15b11fc3aa3b8058571bef274c25a33e9753e22f7551
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
*/
|
||||
|
||||
/**********************************************************************/
|
||||
/* SQLITE_DEFAULT_... */
|
||||
/* SQLITE_D... */
|
||||
#ifndef SQLITE_DEFAULT_CACHE_SIZE
|
||||
/*
|
||||
** The OPFS impls benefit tremendously from an increased cache size
|
||||
@@ -75,6 +75,8 @@
|
||||
#ifndef SQLITE_DEFAULT_UNIX_VFS
|
||||
# define SQLITE_DEFAULT_UNIX_VFS "unix-none"
|
||||
#endif
|
||||
#undef SQLITE_DQS
|
||||
#define SQLITE_DQS 0
|
||||
|
||||
/**********************************************************************/
|
||||
/* SQLITE_ENABLE_... */
|
||||
|
Reference in New Issue
Block a user