]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For ALTER TABLE RENAME COLUMN, do not try to filter virtual tables out of
authordrh <>
Thu, 16 Sep 2021 13:20:29 +0000 (13:20 +0000)
committerdrh <>
Thu, 16 Sep 2021 13:20:29 +0000 (13:20 +0000)
commite73e957c1e15ab8a583f732122e06862219e950f
tree914579923fba8320ea84e5a33d190956332562d3
parent11eb9c6a28f6cc2c18cf74995d75e31e39996bcc
For ALTER TABLE RENAME COLUMN, do not try to filter virtual tables out of
calls to sqlite_rename_column().  Let the function filter them itself.
The WHERE clause can mistakenly let virtual tables through if the
sqlite_schema table is corrupt.  The sqlite_rename_column() function must
deal with them.  We might as well let it deal with them always.

FossilOrigin-Name: 7c82b43b7cdb825f431d3a778f8b34e32666ccb3b067f1f2533d3b3dcca7bdc9
manifest
manifest.uuid
src/alter.c