blob: c60cd9c90dcbea772067cb90433957fc6e8f9e8e [file] [log] [blame]
https://sqlite.org/src/info/b7178209152452e8
--- /sqlite3.c
+++ /sqlite3.c
@@ -102780,6 +102780,9 @@
if( sqlite3FixSelect(pFix, pItem->pSelect) ) return 1;
if( sqlite3FixExpr(pFix, pItem->pOn) ) return 1;
#endif
+ if( pItem->fg.isTabFunc && sqlite3FixExprList(pFix, pItem->u1.pFuncArg) ){
+ return 1;
+ }
}
return 0;
}