mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Improved comments.
FossilOrigin-Name: 158b80bed61ade793ccfd979f26a5231fabc8c14697ca0141bba61bc13e3b2ba
This commit is contained in:
@@ -5825,7 +5825,7 @@ static int selectExpander(Walker *pWalker, Select *p){
|
||||
char *zTabName; /* AS name for this data source */
|
||||
const char *zSchemaName = 0; /* Schema name for this data source */
|
||||
int iDb; /* Schema index for this data src */
|
||||
IdList *pUsing; /* USING clause for this join */
|
||||
IdList *pUsing; /* USING clause for pFrom[1] */
|
||||
|
||||
if( (zTabName = pFrom->zAlias)==0 ){
|
||||
zTabName = pTab->zName;
|
||||
|
||||
Reference in New Issue
Block a user