1
0
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:
drh
2022-04-23 14:30:22 +00:00
parent 0748e8bf9a
commit d63c07e6c5
3 changed files with 8 additions and 9 deletions

View File

@@ -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)
)
)