We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d8fea commit 156bd6dCopy full SHA for 156bd6d
1 file changed
internal/sql/astutils/rewrite.go
@@ -194,6 +194,7 @@ func (a *application) apply(parent ast.Node, name string, iter *iterator, n ast.
194
195
case *ast.In:
196
a.applyList(n, "List")
197
+ a.apply(n, "Sel", nil, n.Sel)
198
199
case *ast.List:
200
// Since item is a slice
0 commit comments