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