1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-22 20:22:44 +03:00

Clarification and typo fixes in comments related to name resolution.

No changes to code.

FossilOrigin-Name: f30abdf9d814d6c75bf1c803054737c737ad636f
This commit is contained in:
drh
2013-08-15 14:27:42 +00:00
parent 3dfaf6766c
commit 26080d9241
4 changed files with 12 additions and 12 deletions

View File

@@ -2006,7 +2006,7 @@ struct SrcList {
struct NameContext {
Parse *pParse; /* The parser */
SrcList *pSrcList; /* One or more tables used to resolve names */
ExprList *pEList; /* Optional list of named expressions */
ExprList *pEList; /* Optional list of result-set columns */
AggInfo *pAggInfo; /* Information about aggregates at this level */
NameContext *pNext; /* Next outer name context. NULL for outermost */
int nRef; /* Number of names resolved by this context */