mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +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:
@@ -882,6 +882,7 @@ void sqlite3TreeViewBareExprList(
|
||||
fprintf(stdout, "TABLE-ALIAS-NAME(\"%s\") ", zName);
|
||||
if( pList->a[i].bUsed ) fprintf(stdout, "(used) ");
|
||||
if( pList->a[i].bUsingTerm ) fprintf(stdout, "(USING-term) ");
|
||||
if( pList->a[i].bNoExpand ) fprintf(stdout, "(NoExpand) ");
|
||||
break;
|
||||
case ENAME_SPAN:
|
||||
fprintf(stdout, "SPAN(\"%s\") ", zName);
|
||||
|
||||
Reference in New Issue
Block a user