]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Correct a missing assignment. Minor doc additions.
authorstephan <stephan@noemail.net>
Sun, 16 Jul 2023 19:29:50 +0000 (19:29 +0000)
committerstephan <stephan@noemail.net>
Sun, 16 Jul 2023 19:29:50 +0000 (19:29 +0000)
FossilOrigin-Name: 1c4957d0ef23ff14d4f7bfb33a809dd92712ee9faf77b6052f823eb55de15cf6

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

index a6bb05dcd20882dcf2e174b7df58da1e2071b815..d8cf1a4d32a94ded752b1613a19c5aea466b7e15 100644 (file)
@@ -136,7 +136,10 @@ let isPromiseReady;
 
   Synchronously reads the contents of the given file into a Uint8Array
   and returns it. This will throw if the given name is not currently
-  in active use or on I/O error.
+  in active use or on I/O error. Note that the given name is _not_
+  visible directly in OPFS (or, if it is, it's not from this VFS). The
+  reason for that is that this VFS manages name-to-file mappings in
+  a roundabout way in order to maintain its list of SAHs.
 
 - number getCapacity()
 
@@ -904,7 +907,7 @@ sqlite3.installOpfsSAHPoolVfs = async function(options=Object.create(null)){
         sqlite3.oo1.DB.dbCtorHelper.call(this, opt);
       };
       OpfsSAHPoolDb.prototype = Object.create(sqlite3.oo1.DB.prototype);
-      OpfsSAHPoolDb.PoolUtil;
+      OpfsSAHPoolDb.PoolUtil = PoolUtil;
       sqlite3.oo1.OpfsSAHPoolDb = OpfsSAHPoolDb;
       sqlite3.oo1.DB.dbCtorHelper.setVfsPostOpenSql(
         opfsVfs.pointer,
index a81fec1ac79192b603f1ebdff884de90e59ea60b..2002f2945f18f53cb697e89cdef6cf24639602e9 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Doc\stweaks\sonly,\sno\scode\schanges.
-D 2023-07-16T19:20:45.816
+C Correct\sa\smissing\sassignment.\sMinor\sdoc\sadditions.
+D 2023-07-16T19:29:50.521
 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 62a20546a380861fc6a7ab429b2c48440006e310b755882544b4c89cabaf0086
+F ext/wasm/api/sqlite3-vfs-opfs-sahpool.js b35db2985fa9af223df18541a8854b5bada4ffaca3775302dc9955ff522e0281
 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 80982daac3c098033dbc249bb7a17ef84ae218d2d789f8644e7f4af18b553d24
-R 6e687dfe648eade37ad557e4da56c423
+P 044c28dffd45f7c4484686995edd4a1b92151450743968e7d0f662b5c850aa6b
+R bc433c86128be68279e883b7dab0d27c
 U stephan
-Z 673837ecb501bfdd398983832825b7ae
+Z 26de4c22ee5034492563d8a4ae215d10
 # Remove this line to create a well-formed Fossil manifest.
index 0b2bd6dcd394f6787dc444879866de1d5a009f27..b3a38db8964788d40bc6c8f629f5b08f241cddc0 100644 (file)
@@ -1 +1 @@
-044c28dffd45f7c4484686995edd4a1b92151450743968e7d0f662b5c850aa6b
\ No newline at end of file
+1c4957d0ef23ff14d4f7bfb33a809dd92712ee9faf77b6052f823eb55de15cf6
\ No newline at end of file