]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add experimental implementations of ALTER TABLE commands to add and drop CHECK and...
authordan <Dan Kennedy>
Sat, 27 Sep 2025 14:59:21 +0000 (14:59 +0000)
committerdan <Dan Kennedy>
Sat, 27 Sep 2025 14:59:21 +0000 (14:59 +0000)
commitba1ee803eede99b3eefae0dd6ec6d2dbce9817c6
tree92bee3a532b6c808f867637c391417f0ea810a1a
parent41549103acdbb8f003898119d9b916dfb0fb085e
Add experimental implementations of ALTER TABLE commands to add and drop CHECK and NOT NULL constraints.

FossilOrigin-Name: d939b25d76fe70a3255cfe38097d4489323028cd05e5512a98dce06b48eee445
manifest
manifest.tags
manifest.uuid
src/alter.c
src/parse.y
src/prepare.c
src/sqliteInt.h
test/altercons.test [new file with mode: 0644]