Skip to content
Open
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
9 changes: 5 additions & 4 deletions .claude/skills/sqlitecpp-update-sqlite/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: sqlitecpp-update-sqlite
description: >-
How to update the bundled SQLite3 amalgamation (sqlite3/sqlite3.c and sqlite3.h) and the Meson
wrap. Use when upgrading SQLite, refreshing the vendored amalgamation, or bumping the sqlite3 wrap.
How to update the bundled SQLite3 amalgamation (sqlite3/sqlite3.c and sqlite3.h), the Meson
wrap, README.md, and CHANGELOG.md. Use when upgrading SQLite, refreshing the vendored
amalgamation, or bumping the sqlite3 wrap.
---

# Updating the bundled SQLite3
Expand Down Expand Up @@ -44,8 +45,8 @@ PR from the amalgamation drop.
## 6. Build, test, and record
- Build and run the tests on both CMake and Meson (see [[sqlitecpp-build-cmake]] and
[[sqlitecpp-build-meson]]).
- Add the CHANGELOG entry per [[sqlitecpp-workflow]]:
`- Update SQLite from A.B.C to X.Y.Z (YYYY-MM-DD) (#NNN)`.
- Update `CHANGELOG.md` following [[sqlitecpp-workflow]] conventions:
Add one line under the current unreleased version heading: `- Update SQLite from A.B.C to X.Y.Z (YYYY-MM-DD)`.

The SQLite version bump is independent of the SQLiteCpp version. Bumping the SQLiteCpp version and
tagging are the release process: see [[sqlitecpp-release]].
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ Version 3.3.3 - 2025 May 20

Version 3.4.0 - 2026 ???

- Update SQLite from 3.53.2 to 3.53.3 (2026-06-26) (#561)
- Update SQLite from 3.49.2 to 3.53.2 (2026-06-03) (#526) (#538) (#548)
- Add a `SQLITECPP_install` CMake option to make the install targets optional (#512)
- Generalize the CMake SQLite and key API to ease use of SQLite3 Multiple Ciphers (#532)
Expand Down
2 changes: 1 addition & 1 deletion sqlite3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sqlite3

Copyright (c) 2012-2026 Sebastien Rombauts (sebastien.rombauts@gmail.com)

"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3530200.zip (SQLite 3.53.2 2026-06-03)
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3530300.zip (SQLite 3.53.3 2026-06-26)

Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
They are used by default by the CMake build.
Expand Down
Loading
Loading