Skip to content

Commit b512d3e

Browse files
Update to SQLite 3.41.2 (tndrle#8)
1 parent f5ae85f commit b512d3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

3-
SQLITE_URL = https://www.sqlite.org/2023/sqlite-amalgamation-3410100.zip
4-
SQLITE_HASH = 02c0b580272ff9160b4c70459f85fd1a1c602a9f081c2c375b32ffa68483f55e
3+
SQLITE_URL = https://www.sqlite.org/2023/sqlite-amalgamation-3410200.zip
4+
SQLITE_HASH = c51ca72411b8453c64e0980be23bc9b9530bdc3ec1513e06fbf022ed0fd02463
55
SQLITE_SRC_FILES = sqlite-src/sqlite3.c sqlite-src/sqlite3.h
66

77
JS_PRE_FILES = src/api.js src/vfs-pre.js

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**_node-sqlite3-wasm_**
22

33
[![npm](https://img.shields.io/npm/v/node-sqlite3-wasm.svg)](https://www.npmjs.com/package/node-sqlite3-wasm)
4-
[![SQLite](https://img.shields.io/badge/SQLite-3.41.1-blue)](https://www.sqlite.org/index.html)
4+
[![SQLite](https://img.shields.io/badge/SQLite-3.41.2-blue)](https://www.sqlite.org/index.html)
55

66
# WebAssembly build of SQLite3 for Node.js
77

@@ -26,7 +26,7 @@ implementing an [SQLite OS Interface or "VFS"](https://www.sqlite.org/vfs.html)
2626
that translates SQLite file access to [Node.js' file system
2727
API](https://nodejs.org/api/fs.html).
2828

29-
_node-sqlite3-wasm_ is currently based on SQLite 3.41.1.
29+
_node-sqlite3-wasm_ is currently based on SQLite 3.41.2.
3030
It is a minimal implementation. In
3131
particular, it does not support
3232

dist/node-sqlite3-wasm.wasm

542 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)