mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Fix an operator typo - This indicates that the branch needs further
investigation and verification. FossilOrigin-Name: f6ab67965b718b0c6d7faf769c7e47384cfd2ddbb03df518e0c5d367f8583387
This commit is contained in:
@@ -5898,7 +5898,7 @@ static int selectExpander(Walker *pWalker, Select *p){
|
||||
pRight = sqlite3Expr(db, TK_ID, zName);
|
||||
if( (pTabList->nSrc>1
|
||||
&& ( (pFrom->fg.jointype & JT_LTORJ)==0
|
||||
|| (selFlags && SF_NestedFrom)!=0
|
||||
|| (selFlags & SF_NestedFrom)!=0
|
||||
|| !inAnyUsingClause(zName,pFrom,pTabList->nSrc-i-1)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user