diff options
author | drh <> | 2021-09-16 13:20:29 +0000 |
---|---|---|
committer | drh <> | 2021-09-16 13:20:29 +0000 |
commit | e73e957c1e15ab8a583f732122e06862219e950f (patch) | |
tree | 914579923fba8320ea84e5a33d190956332562d3 /src/tclsqlite.c | |
parent | 11eb9c6a28f6cc2c18cf74995d75e31e39996bcc (diff) | |
download | sqlite-e73e957c1e15ab8a583f732122e06862219e950f.tar.gz sqlite-e73e957c1e15ab8a583f732122e06862219e950f.zip |
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
Diffstat (limited to 'src/tclsqlite.c')
0 files changed, 0 insertions, 0 deletions