|
29 | 29 | ** |
30 | 30 | ** SQLITE_VERSION "3.52.0" |
31 | 31 | ** SQLITE_VERSION_NUMBER 3052000 |
32 | | -** SQLITE_SOURCE_ID "2026-01-25 15:18:31 8b53b97833afe27c0c3782c5fbc0437976215b571579f73a94c33e28d3fedb41" |
| 32 | +** SQLITE_SOURCE_ID "2026-01-30 06:37:34 407724c4e80efdf93d885e95b5209a100a3f470fe0298138be57201f65f9817e" |
33 | 33 | ** |
34 | 34 | ** Emscripten SDK: 5.0.0 |
35 | 35 | */ |
@@ -4745,7 +4745,7 @@ Module.runSQLite3PostLoadInit = async function( |
4745 | 4745 | ** |
4746 | 4746 | ** SQLITE_VERSION "3.52.0" |
4747 | 4747 | ** SQLITE_VERSION_NUMBER 3052000 |
4748 | | -** SQLITE_SOURCE_ID "2026-01-25 15:18:31 8b53b97833afe27c0c3782c5fbc0437976215b571579f73a94c33e28d3fedb41" |
| 4748 | +** SQLITE_SOURCE_ID "2026-01-30 06:37:34 407724c4e80efdf93d885e95b5209a100a3f470fe0298138be57201f65f9817e" |
4749 | 4749 | ** |
4750 | 4750 | ** Emscripten SDK: 5.0.0 |
4751 | 4751 | */ |
@@ -6920,7 +6920,7 @@ globalThis.sqlite3ApiBootstrap.defaultConfig = Object.create(null); |
6920 | 6920 | */ |
6921 | 6921 | globalThis.sqlite3ApiBootstrap.sqlite3 = undefined; |
6922 | 6922 | globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ |
6923 | | - sqlite3.version = {"libVersion": "3.52.0", "libVersionNumber": 3052000, "sourceId": "2026-01-25 15:18:31 8b53b97833afe27c0c3782c5fbc0437976215b571579f73a94c33e28d3fedb41","downloadVersion": 3520000,"scm":{ "sha3-256": "8b53b97833afe27c0c3782c5fbc0437976215b571579f73a94c33e28d3fedb41","branch": "trunk","tags": "","datetime": "2026-01-25T15:18:31.737Z"}}; |
| 6923 | + sqlite3.version = {"libVersion": "3.52.0", "libVersionNumber": 3052000, "sourceId": "2026-01-30 06:37:34 407724c4e80efdf93d885e95b5209a100a3f470fe0298138be57201f65f9817e","downloadVersion": 3520000,"scm":{ "sha3-256": "407724c4e80efdf93d885e95b5209a100a3f470fe0298138be57201f65f9817e","branch": "trunk","tags": "","datetime": "2026-01-30T06:37:34.096Z"}}; |
6924 | 6924 | }); |
6925 | 6925 | /** |
6926 | 6926 | 2022-07-08 |
@@ -16924,7 +16924,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ |
16924 | 16924 | util.assert(h, "Missing KVVfsFile handle"); |
16925 | 16925 | kvvfs?.log?.xFileControl && debug("xFileControl",h,'op =',opId); |
16926 | 16926 | if( opId===capi.SQLITE_FCNTL_PRAGMA |
16927 | | - && kvvfs.internal.disablePageSizeChange ){ |
| 16927 | + && kvvfsInternal.disablePageSizeChange ){ |
16928 | 16928 | /* pArg== length-3 (char**) */ |
16929 | 16929 | //const argv = wasm.cArgvToJs(3, pArg); // the easy way |
16930 | 16930 | const zName = wasm.peekPtr(wasm.ptr.add(pArg, wasm.ptr.size)); |
|
0 commit comments