Skip to content

Update bundled SQLite from 3.51.3 to 3.53.2#548

Merged
SRombauts merged 2 commits into
masterfrom
update-sqlite-3.53.2
Jun 24, 2026
Merged

Update bundled SQLite from 3.51.3 to 3.53.2#548
SRombauts merged 2 commits into
masterfrom
update-sqlite-3.53.2

Conversation

@SRombauts

Copy link
Copy Markdown
Owner

Bumps the bundled SQLite3 amalgamation from 3.51.3 to 3.53.2, released 2026-06-03.

What changed

  • Replace sqlite3/sqlite3.c and sqlite3/sqlite3.h with the files from the official sqlite-amalgamation-3530200.zip, copied verbatim.
  • Update the version line in sqlite3/README.md.
  • Bump the Meson wrap (subprojects/sqlite3.wrap) to sqlite3_3.53.2-1 so the Meson build matches the CMake amalgamation. Source and patch hashes come from wrapdb.
  • Update the CHANGELOG entry. The 3.4.0 section already recorded the earlier 3.49.2 to 3.51.3 bump from this cycle, so I rolled that line forward to 3.53.2 instead of adding a second one.

Testing

  • CMake: configured with the VS 2022 generator, built in Release, ran ctest. All tests pass.
  • Meson: set up with --force-fallback-for=sqlite3 to exercise the updated wrap, compiled, and ran the test suite. All tests pass.

Replace the vendored sqlite3.c and sqlite3.h amalgamation files with the
3.53.2 release (2026-06-03), update the sqlite3/README.md version line,
and bump the Meson wrap to sqlite3_3.53.2-1. Update the CHANGELOG entry.

Verified with CMake (ctest) and Meson (--force-fallback-for=sqlite3) builds.
@SRombauts SRombauts self-assigned this Jun 22, 2026
@SRombauts SRombauts added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@SRombauts SRombauts merged commit 09a93c9 into master Jun 24, 2026
34 checks passed
@SRombauts SRombauts deleted the update-sqlite-3.53.2 branch June 24, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant