aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-07-16 19:20:45 +0000
committerstephan <stephan@noemail.net>2023-07-16 19:20:45 +0000
commita34f27daed6c05aaeded2ab919ae2fd72e24f415 (patch)
treebf4bbb24b5c039f5cc1a60b14094d7c0f7e069a2
parent24873723f4b21e9e47505880398842c926269002 (diff)
downloadsqlite-a34f27daed6c05aaeded2ab919ae2fd72e24f415.tar.gz
sqlite-a34f27daed6c05aaeded2ab919ae2fd72e24f415.zip
Doc tweaks only, no code changes.
FossilOrigin-Name: 044c28dffd45f7c4484686995edd4a1b92151450743968e7d0f662b5c850aa6b
-rw-r--r--ext/wasm/api/sqlite3-vfs-opfs-sahpool.js7
-rw-r--r--manifest12
-rw-r--r--manifest.uuid2
3 files changed, 11 insertions, 10 deletions
diff --git a/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js b/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js
index d7c5b198e..a6bb05dcd 100644
--- a/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js
+++ b/ext/wasm/api/sqlite3-vfs-opfs-sahpool.js
@@ -90,9 +90,10 @@ let isPromiseReady;
The options, in alphabetical order:
- - `clearOnInit`: if truthy, as each SAH is acquired during
- initalization of the VFS, its contents and filename name mapping
- are removed, leaving the VFS's storage in a pristine state.
+ - `clearOnInit`: if truthy, contents and filename mapping are
+ removed from each SAH it is acquired during initalization of the
+ VFS, leaving the VFS's storage in a pristine state. Use this only
+ for databases which need not survive a page reload.
- `defaultCapacity`: Specifies the default capacity of the
VFS. This should not be set unduly high because the VFS has to
diff --git a/manifest b/manifest
index c9f239f8b..a81fec1ac 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sa\sway\sto\sremove\sthe\sopfs-sahpool's\spersistent\sstate\sfrom\sOPFS\sor\sunlink()\san\sindividual\sfile.\sDoc\scleanups.
-D 2023-07-16T17:51:43.068
+C Doc\stweaks\sonly,\sno\scode\schanges.
+D 2023-07-16T19:20:45.816
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -502,7 +502,7 @@ F ext/wasm/api/sqlite3-api-worker1.js 9f32af64df1a031071912eea7a201557fe39b17386
F ext/wasm/api/sqlite3-license-version-header.js 0c807a421f0187e778dc1078f10d2994b915123c1223fe752b60afdcd1263f89
F ext/wasm/api/sqlite3-opfs-async-proxy.js 8cf8a897726f14071fae6be6648125162b256dfb4f96555b865dbb7a6b65e379
F ext/wasm/api/sqlite3-v-helper.js e5c202a9ecde9ef818536d3f5faf26c03a1a9f5192b1ddea8bdabf30d75ef487
-F ext/wasm/api/sqlite3-vfs-opfs-sahpool.js fa2f08cb8a2f6ed4e87241872a005d68376330f688560cf214fb46d4bb8d4e77
+F ext/wasm/api/sqlite3-vfs-opfs-sahpool.js 62a20546a380861fc6a7ab429b2c48440006e310b755882544b4c89cabaf0086
F ext/wasm/api/sqlite3-vfs-opfs.c-pp.js 842d55b35a871ee5483cc5e0cf067a968362b4d61321f08c71aab5505c72f556
F ext/wasm/api/sqlite3-wasm.c 12a096d8e58a0af0589142bae5a3c27a0c7e19846755a1a37d2c206352fbedda
F ext/wasm/api/sqlite3-worker1-promiser.c-pp.js bc06df0d599e625bde6a10a394e326dc68da9ff07fa5404354580f81566e591f
@@ -2044,8 +2044,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P d2ed99556fa1f40994c1c6bd90d1d5733bebc824b1ebfabe978fae9e18948437
-R 8239157f9b8eb58dfb7c9f17d6e6ac86
+P 80982daac3c098033dbc249bb7a17ef84ae218d2d789f8644e7f4af18b553d24
+R 6e687dfe648eade37ad557e4da56c423
U stephan
-Z e36f1591c077277bbe10a5f210ace350
+Z 673837ecb501bfdd398983832825b7ae
# Remove this line to create a well-formed Fossil manifest.
diff --git a/manifest.uuid b/manifest.uuid
index 25f5cba9c..0b2bd6dcd 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-80982daac3c098033dbc249bb7a17ef84ae218d2d789f8644e7f4af18b553d24 \ No newline at end of file
+044c28dffd45f7c4484686995edd4a1b92151450743968e7d0f662b5c850aa6b \ No newline at end of file