diff options
author | stephan <stephan@noemail.net> | 2022-10-03 13:03:41 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-03 13:03:41 +0000 |
commit | 4f5bbedb3aad0095caef387dc66e884bfc1f1675 (patch) | |
tree | 58445002e5c48f8151a1ea20dbed5d8f29ebf8cb /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | a4c357f94c8c5408c18e1f020a6267985c889254 (diff) | |
download | sqlite-4f5bbedb3aad0095caef387dc66e884bfc1f1675.tar.gz sqlite-4f5bbedb3aad0095caef387dc66e884bfc1f1675.zip |
Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS post-open SQL support in the DB ctor works. Default opfs vfs to journal_mode=truncate, as it's faster in that mode. Add 't' DB open-mode flag to enable SQL tracing to console.log().
FossilOrigin-Name: 508f7f6d63e52f61fae5abe817579a4e130fa7fbd18733d741d521a5bdabb7ce
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r-- | ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api index 014812946..506775d2f 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -74,6 +74,7 @@ _sqlite3_strglob _sqlite3_strlike _sqlite3_total_changes _sqlite3_total_changes64 +_sqlite3_trace_v2 _sqlite3_uri_boolean _sqlite3_uri_int64 _sqlite3_uri_key |