aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-wasm.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-04-04 17:35:38 +0000
committerstephan <stephan@noemail.net>2023-04-04 17:35:38 +0000
commit20537f0dc76137f8ca08b372690cd0b22ef18681 (patch)
tree72440c9baf99491dc17c15fd0a0c8d8f36385ed7 /ext/wasm/api/sqlite3-wasm.c
parent0d3651bd856f9ff0b5dee1ea499f2ab92eaa0748 (diff)
downloadsqlite-20537f0dc76137f8ca08b372690cd0b22ef18681.tar.gz
sqlite-20537f0dc76137f8ca08b372690cd0b22ef18681.zip
Expose the new SQLITE_VTAB_USES_ALL_SCHEMAS to JS.
FossilOrigin-Name: b7ef09be667dd349e195842304c03cbebb1693164e1c3587a5d7c96baa713edf
Diffstat (limited to 'ext/wasm/api/sqlite3-wasm.c')
-rw-r--r--ext/wasm/api/sqlite3-wasm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wasm/api/sqlite3-wasm.c b/ext/wasm/api/sqlite3-wasm.c
index a3b349e5f..61ebe084d 100644
--- a/ext/wasm/api/sqlite3-wasm.c
+++ b/ext/wasm/api/sqlite3-wasm.c
@@ -928,6 +928,7 @@ const char * sqlite3_wasm_enum_json(void){
DefInt(SQLITE_VTAB_CONSTRAINT_SUPPORT);
DefInt(SQLITE_VTAB_INNOCUOUS);
DefInt(SQLITE_VTAB_DIRECTONLY);
+ DefInt(SQLITE_VTAB_USES_ALL_SCHEMAS);
DefInt(SQLITE_ROLLBACK);
//DefInt(SQLITE_IGNORE); // Also used by sqlite3_authorizer() callback
DefInt(SQLITE_FAIL);