mirror of
https://github.com/sqlite/sqlite.git
synced 2025-12-21 13:38:01 +03:00
Enable the SQLITE_EXPERIMENTAL_PRAGMA_20251114 in the WASM builds for the sake of VFS experimentors. The links in the comments describe what that does.
FossilOrigin-Name: aaa55a3ebf8e725443030be5f31ac7fc0766c1f3c771ce69852f31e7e6f165b9
This commit is contained in:
@@ -93,6 +93,18 @@
|
||||
#undef SQLITE_ENABLE_API_ARMOR
|
||||
#define SQLITE_ENABLE_API_ARMOR 1
|
||||
|
||||
/**********************************************************************/
|
||||
/* SQLITE_EXPERIMENTAL_PRAGMA_20251114 */
|
||||
/*
|
||||
** See:
|
||||
** https://sqlite.org/src/info/e2b3f1a9480a9be3
|
||||
** https://github.com/rhashimoto/wa-sqlite/discussions/301
|
||||
**
|
||||
** It is enabled here for the sake of VFS experimentors.
|
||||
*/
|
||||
#undef SQLITE_EXPERIMENTAL_PRAGMA_20251114
|
||||
#define SQLITE_EXPERIMENTAL_PRAGMA_20251114
|
||||
|
||||
/**********************************************************************/
|
||||
/* SQLITE_O... */
|
||||
#undef SQLITE_OMIT_DEPRECATED
|
||||
|
||||
Reference in New Issue
Block a user