1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Expose the new SQLITE_VTAB_USES_ALL_SCHEMAS to JS.

FossilOrigin-Name: b7ef09be667dd349e195842304c03cbebb1693164e1c3587a5d7c96baa713edf
This commit is contained in:
stephan
2023-04-04 17:35:38 +00:00
parent 0d3651bd85
commit 20537f0dc7
3 changed files with 9 additions and 8 deletions

View File

@ -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);