148149150151152153154155156157158
{ ScopeEntry e1 = sqlNode.getIdScope().findScopeForVar(var) ; if ( e1 == null ) { // Debug. Scope scope = sqlNode.getIdScope() ; // Variable not actually in results. return sqlNode ; } // Already in scope (from a condition)?
149150151152153154155156157158159