[Midnightbsd-cvs] [MidnightBSD/src] 9684ec: lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_M...
Lucas Holt
noreply at github.com
Fri May 15 18:22:02 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 9684ec4f4773be06b3ac54157cbe41a38bc916a0
https://github.com/MidnightBSD/src/commit/9684ec4f4773be06b3ac54157cbe41a38bc916a0
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-08 (Fri, 08 May 2026)
Changed paths:
M lib/libsqlite3/Makefile
Log Message:
-----------
lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_METADATA
SQLITE_ENABLE_SESSION alone is insufficient; SQLite's documentation
requires SQLITE_ENABLE_PREUPDATE_HOOK to be defined alongside it for
the session/changeset/patchset API (sqlite3session_*, sqlite3changeset_*)
to be fully functional.
SQLITE_ENABLE_COLUMN_METADATA enables sqlite3_column_origin_name(),
sqlite3_column_database_name(), and sqlite3_column_table_name(), which
Node.js 24 and other consumers depend on.
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 327827f90601403eca6426cc1c8131ea56f66929
https://github.com/MidnightBSD/src/commit/327827f90601403eca6426cc1c8131ea56f66929
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M AGENTS.md
M libexec/rtld-elf/rtld.c
A skills/cppcheck-clang-format-precommit/SKILL.md
A skills/cppcheck-clang-format-precommit/scripts/precommit_c_sanity.sh
A skills/splint-post-c-sanity/SKILL.md
A skills/splint-post-c-sanity/scripts/run_splint_on_staged.sh
Log Message:
-----------
Merge branch 'master' of github.com:MidnightBSD/src
Compare: https://github.com/MidnightBSD/src/compare/fe70e94cef4c...327827f90601
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list