Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dependencies
SQLITE_VERSION = version-3.47.0
SQLITE_VERSION = version-3.50.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating SQLite to version-3.50.1 is a notable change. To help reviewers assess the impact and for future project maintainers, could you please add details to the pull request description? Specifically, it would be very helpful to understand:

  • Motivation for the upgrade: Are there particular security vulnerabilities in version 3.47.0 (or intermediate versions) that 3.50.1 addresses? Are there specific bug fixes or new SQLite features (from versions 3.48.x, 3.49.x, 3.50.x) that this project intends to utilize?
  • Testing and Compatibility: Has this new version been tested with the project to ensure it integrates smoothly and doesn't introduce regressions or unexpected behavior?

Providing this context is important for such dependency updates.

SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=${SQLITE_VERSION}

EXTENSION_FUNCTIONS = extension-functions.c
Expand Down
Binary file modified dist/wa-sqlite-async.wasm
Binary file not shown.
Binary file modified dist/wa-sqlite-jspi.wasm
Binary file not shown.
Binary file modified dist/wa-sqlite.wasm
Binary file not shown.