mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-10 01:02:56 +03:00
Name resolution and "*" wildcard expansion for parenthesized FROM clauses
seems to work the same as PG. The code is chaos, however, and needs some cleanup. FossilOrigin-Name: 6f9c0b07aadc5189c65c3ee4e6938aac10fc0d98f1cb06980f5e5d7b0308f237
This commit is contained in:
@@ -1635,6 +1635,7 @@ ExprList *sqlite3ExprListDup(sqlite3 *db, const ExprList *p, int flags){
|
||||
pItem->bUsed = pOldItem->bUsed;
|
||||
pItem->bUsingTerm = pOldItem->bUsingTerm;
|
||||
pItem->bSorterRef = pOldItem->bSorterRef;
|
||||
pItem->bNoExpand = pOldItem->bNoExpand;
|
||||
pItem->u = pOldItem->u;
|
||||
}
|
||||
return pNew;
|
||||
|
Reference in New Issue
Block a user