OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected the...
commitbc75091b08e8ec2c2f179097313b36fcf997c537
authorStephan Beal <sgbeal@googlemail.com>
Mon, 22 Jul 2024 20:58:51 +0000 (22 20:58 +0000)
committerStephan Beal <sgbeal@googlemail.com>
Mon, 22 Jul 2024 20:58:51 +0000 (22 20:58 +0000)
treecc1e158aececd9b7b4e4e31eacc813913dd9bc76
parent3cd21cd4c56e3870ef77076f2d18716a49cc6176
OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected the build-time default settings and (B) they made it illegal to run locking_mode=exclusive, which is a requirement for WAL mode without shared memory. Modify part of the test suite to demonstrate that the SAHPool VFS can run in WAL mode so long as locking_mode=exclusive is used.
ext/wasm/api/sqlite3-api-oo1.c-pp.js
ext/wasm/api/sqlite3-vfs-opfs-sahpool.c-pp.js
ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
ext/wasm/tester1.c-pp.js