Skip to content

Commit 630b02d

Browse files
author
James Cor
committed
oops
1 parent 8863988 commit 630b02d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/analyzer/fix_exec_indexes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ func (s *idxScope) visitSelf(n sql.Node) error {
593593
selScope.ids = append(selScope.ids, gf.Id())
594594
}
595595
}
596+
scope = append(scope, selScope)
596597
}
597598
s.expressions = append(s.expressions, fixExprToScope(e, scope...))
598599
}

0 commit comments

Comments
 (0)