Skip to content

Commit be23819

Browse files
chore: update SQLite Wasm binaries from master (561e28b75b64aea7352e5b0a9422b2c3a728e45b) (#21)
Co-authored-by: jurerotar <28565137+jurerotar@users.noreply.github.com>
1 parent 10cd523 commit be23819

4 files changed

Lines changed: 195 additions & 195 deletions

File tree

src/bin/sqlite3-bundler-friendly.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
**
3030
** SQLITE_VERSION "3.52.0"
3131
** 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"
3333
**
3434
** Emscripten SDK: 5.0.0
3535
*/
@@ -4745,7 +4745,7 @@ Module.runSQLite3PostLoadInit = async function(
47454745
**
47464746
** SQLITE_VERSION "3.52.0"
47474747
** 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"
47494749
**
47504750
** Emscripten SDK: 5.0.0
47514751
*/
@@ -6920,7 +6920,7 @@ globalThis.sqlite3ApiBootstrap.defaultConfig = Object.create(null);
69206920
*/
69216921
globalThis.sqlite3ApiBootstrap.sqlite3 = undefined;
69226922
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"}};
69246924
});
69256925
/**
69266926
2022-07-08
@@ -16924,7 +16924,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
1692416924
util.assert(h, "Missing KVVfsFile handle");
1692516925
kvvfs?.log?.xFileControl && debug("xFileControl",h,'op =',opId);
1692616926
if( opId===capi.SQLITE_FCNTL_PRAGMA
16927-
&& kvvfs.internal.disablePageSizeChange ){
16927+
&& kvvfsInternal.disablePageSizeChange ){
1692816928
/* pArg== length-3 (char**) */
1692916929
//const argv = wasm.cArgvToJs(3, pArg); // the easy way
1693016930
const zName = wasm.peekPtr(wasm.ptr.add(pArg, wasm.ptr.size));

src/bin/sqlite3-node.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
**
3030
** SQLITE_VERSION "3.52.0"
3131
** 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"
3333
**
3434
** Emscripten SDK: 5.0.0
3535
*/
@@ -4803,7 +4803,7 @@ Module.runSQLite3PostLoadInit = async function(
48034803
**
48044804
** SQLITE_VERSION "3.52.0"
48054805
** SQLITE_VERSION_NUMBER 3052000
4806-
** SQLITE_SOURCE_ID "2026-01-25 15:18:31 8b53b97833afe27c0c3782c5fbc0437976215b571579f73a94c33e28d3fedb41"
4806+
** SQLITE_SOURCE_ID "2026-01-30 06:37:34 407724c4e80efdf93d885e95b5209a100a3f470fe0298138be57201f65f9817e"
48074807
**
48084808
** Emscripten SDK: 5.0.0
48094809
*/
@@ -6978,7 +6978,7 @@ globalThis.sqlite3ApiBootstrap.defaultConfig = Object.create(null);
69786978
*/
69796979
globalThis.sqlite3ApiBootstrap.sqlite3 = undefined;
69806980
globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
6981-
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"}};
6981+
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"}};
69826982
});
69836983
/**
69846984
2022-07-08
@@ -16982,7 +16982,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
1698216982
util.assert(h, "Missing KVVfsFile handle");
1698316983
kvvfs?.log?.xFileControl && debug("xFileControl",h,'op =',opId);
1698416984
if( opId===capi.SQLITE_FCNTL_PRAGMA
16985-
&& kvvfs.internal.disablePageSizeChange ){
16985+
&& kvvfsInternal.disablePageSizeChange ){
1698616986
/* pArg== length-3 (char**) */
1698716987
//const argv = wasm.cArgvToJs(3, pArg); // the easy way
1698816988
const zName = wasm.peekPtr(wasm.ptr.add(pArg, wasm.ptr.size));

0 commit comments

Comments
 (0)