1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Recompute the set of columns used for each table when the table is

involved in query flattening.

FossilOrigin-Name: a9bb71ba708ba72255ba8d18c9856e38ddf53eae2d61c8435149354fb2b2459e
This commit is contained in:
drh
2020-03-21 00:05:53 +00:00
parent ec8e689a20
commit 2aee514b4c
5 changed files with 62 additions and 19 deletions

View File

@@ -3695,6 +3695,7 @@ struct Walker {
struct WhereConst *pConst; /* WHERE clause constants */
struct RenameCtx *pRename; /* RENAME COLUMN context */
struct Table *pTab; /* Table of generated column */
struct SrcList_item *pSrcItem; /* A single FROM clause item */
} u;
};