]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow internal-use-only functions to be used in CHECK constraints add-column-safety
authordrh <>
Tue, 12 May 2026 19:33:04 +0000 (19:33 +0000)
committerdrh <>
Tue, 12 May 2026 19:33:04 +0000 (19:33 +0000)
commit1d2f71ce4a4a6ebe6dc33dea1341edf6d0f9ce1b
tree908c2e79ec6167ef037f57547983cc91eaf10e85
parent431b85963f4893f17b357f3c2a4740aa3487883f
Do not allow internal-use-only functions to be used in CHECK constraints
that are added as part of ALTER TABLE ADD COLUMN.

FossilOrigin-Name: 28272746fb13dcdbe2a4f21ef30446c316dfc843aa3d48f135f490abaee34198
manifest
manifest.tags
manifest.uuid
src/prepare.c
src/resolve.c
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c
test/alter.test