aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-vfs-opfs-sahpool.c-pp.js
Commit message (Expand)AuthorAge
* When calling OpfsSAHPoolUtil.removeVfs(), ensure that the cached result the V...stephan2024-10-17
* OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected...stephan2024-07-22
* Rename the new opfs-sahpool init-retry flag to the suitably descriptive, and ...stephan2024-07-13
* Reformulate the forceReinitIfFailed handling based on feedback, to correct th...stephan2024-07-11
* Add an option to force the opfs-sahpool VFS init to re-run after it fails on ...stephan2024-07-11
* Fix exception propagation when the opfs-sahpool VFS fails to initialize to ad...stephan2024-04-04
* Make explicit that using the importDb() methods of the OPFS VFSes has undefin...stephan2024-02-06
* Correct the opfs-sahpool VFS's xGetLastError() method to return the previous ...stephan2023-10-20
* Do not squelch exceptions from SAHPool VFS importDb() - rethrow them. Problem...stephan2023-10-05
* Second half of [1c532e80].stephan2023-09-01
* In the OPFS VFS' importDb() methods, overwrite the header bytes 18 and 19 wit...stephan2023-09-01
* Extend the importDb() method of both OPFS VFSes to (A) support reading in an ...stephan2023-08-18
* In the opfs-sahpool VFS's importDb() and exportFile() methods, throw if the a...stephan2023-08-04
* SAHPoolUtil.importDb() now accepts either a byte array or ArrayBuffer.stephan2023-07-29
* Add SAHPoolUtil.getFileNames() method, and tests for it, per [forum:a3da1e34d...stephan2023-07-26
* When writing the filename header in a opfs-sahpool file, ensure that all rema...stephan2023-07-23
* Minor internal cleanups in the opfs-sahpool VFS.stephan2023-07-21
* Filter the OPFS VFSes out of the sqlite3-node.mjs build. Add another level of...stephan2023-07-20