]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Minor doc tweaks.
authorstephan <stephan@noemail.net>
Sun, 16 Jul 2023 20:20:03 +0000 (20:20 +0000)
committerstephan <stephan@noemail.net>
Sun, 16 Jul 2023 20:20:03 +0000 (20:20 +0000)
FossilOrigin-Name: 0cb0d7a9e73e48406f146ebebf211311fd0a0b14b285f0af9e2b645c3d2f172a

ext/wasm/api/sqlite3-vfs-opfs-sahpool.js
manifest
manifest.uuid

index d8cf1a4d32a94ded752b1613a19c5aea466b7e15..8f0eb4be79b9471effb80c8cb78921ead39a1f18 100644 (file)
@@ -170,10 +170,10 @@ let isPromiseReady;
 
 - [async] boolean removeVfs()
 
-  Unregisters the opfs-sahpool VFS and removes its directory
-  from OPFS. After calling this, the VFS may no longer be used
-  and there is no way to re-add it aside from reloading the
-  current JavaScript context.
+  Unregisters the opfs-sahpool VFS and removes its directory from OPFS
+  (which means that _all client content_ is removed). After calling
+  this, the VFS may no longer be used and there is no way to re-add it
+  aside from reloading the current JavaScript context.
 
   Results are undefined if a database is currently in use with this
   VFS.
@@ -182,7 +182,7 @@ let isPromiseReady;
   and false if the VFS was not installed.
 
   If the VFS has a multi-level directory, e.g. "/foo/bar/baz", _only_
-  the bottom-most level is removed because this VFS cannot know for
+  the bottom-most directory is removed because this VFS cannot know for
   certain whether the higher-level directories contain data which
   should be removed.
 
index 2002f2945f18f53cb697e89cdef6cf24639602e9..da3ddc03445de119fdd26918a88a7275e059157a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Correct\sa\smissing\sassignment.\sMinor\sdoc\sadditions.
-D 2023-07-16T19:29:50.521
+C Minor\sdoc\stweaks.
+D 2023-07-16T20:20:03.760
 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 b35db2985fa9af223df18541a8854b5bada4ffaca3775302dc9955ff522e0281
+F ext/wasm/api/sqlite3-vfs-opfs-sahpool.js c1d6244ebc3a12bc6c2f6b8056113b30176d82d4e69b59adf80ec1fd527ae13c
 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 044c28dffd45f7c4484686995edd4a1b92151450743968e7d0f662b5c850aa6b
-R bc433c86128be68279e883b7dab0d27c
+P 1c4957d0ef23ff14d4f7bfb33a809dd92712ee9faf77b6052f823eb55de15cf6
+R 002fe055ac6d7277ae09c712f214aa59
 U stephan
-Z 26de4c22ee5034492563d8a4ae215d10
+Z a09c40b2c5acf5c48483c73a0a048183
 # Remove this line to create a well-formed Fossil manifest.
index b3a38db8964788d40bc6c8f629f5b08f241cddc0..678592856a77263b22d907410f3cfa20ba4fba98 100644 (file)
@@ -1 +1 @@
-1c4957d0ef23ff14d4f7bfb33a809dd92712ee9faf77b6052f823eb55de15cf6
\ No newline at end of file
+0cb0d7a9e73e48406f146ebebf211311fd0a0b14b285f0af9e2b645c3d2f172a
\ No newline at end of file