]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS post...
authorstephan <stephan@noemail.net>
Mon, 3 Oct 2022 13:03:41 +0000 (13:03 +0000)
committerstephan <stephan@noemail.net>
Mon, 3 Oct 2022 13:03:41 +0000 (13:03 +0000)
commit4f5bbedb3aad0095caef387dc66e884bfc1f1675
tree58445002e5c48f8151a1ea20dbed5d8f29ebf8cb
parenta4c357f94c8c5408c18e1f020a6267985c889254
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
ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
ext/wasm/api/sqlite3-api-glue.js
ext/wasm/api/sqlite3-api-oo1.js
ext/wasm/api/sqlite3-api-opfs.js
ext/wasm/api/sqlite3-api-prologue.js
ext/wasm/api/sqlite3-wasm.c
ext/wasm/sqlite3-opfs-async-proxy.js
ext/wasm/test-opfs-vfs.js
manifest
manifest.uuid