]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Detect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID table would need
authordrh <>
Fri, 21 Feb 2025 17:03:22 +0000 (17:03 +0000)
committerdrh <>
Fri, 21 Feb 2025 17:03:22 +0000 (17:03 +0000)
commitce25007db8df01e3271486574d520d4dea4cf97a
treeba6a3d33af56c5a0d13d80ab8eb7447e69319ce6
parent220260b8965eb264cab8cb5ee42baacb08ef1eb4
Detect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID table would need
to use more than SQLITE_LIMIT_COLUMN columns and raise an error.
Also include some unrelated compiler warning fixes.

FossilOrigin-Name: d7729dbbf231d57cbcaaa5004d0a9c4957f112dd6520052995b232aa521c0ca3
13 files changed:
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/insert.c
src/parse.y
src/select.c
src/sqliteInt.h
src/sqliteLimit.h
src/status.c
src/window.c
test/without_rowid1.test