]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The number of declared columns in an index is limited to SQLITE_LIMIT_COLUMN.
authordrh <>
Fri, 21 Feb 2025 20:35:37 +0000 (20:35 +0000)
committerdrh <>
Fri, 21 Feb 2025 20:35:37 +0000 (20:35 +0000)
commitcc803b209f2ffa9dcaad43c37eb8ccafaed199bd
treed58455eecf8e403f2ecf00a75fb28a22f8d23a2d
parentd9959bf48b13bffda4c073de17eb13752b9cb5c9
The number of declared columns in an index is limited to SQLITE_LIMIT_COLUMN.
But the actual number of columns in the implementation might need to be
twice as much to account for the primary key at the end.  Ensure that the
code is able to deal with this.  This is a correction to
check-in [d7729dbbf231d57c].

FossilOrigin-Name: 5822feec43be9352fd87bf9968c39c0218e01ab5fe3ba50431ae21cba79e6c89
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
src/sqliteLimit.h
src/where.c
test/without_rowid1.test