Skip to content

Commit 053f8e1

Browse files
author
James Cor
committed
remove comment
1 parent 27648af commit 053f8e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/planbuilder/scalar.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ func (b *Builder) buildScalar(inScope *scope, e ast.Expr) (ex sql.Expression) {
132132
b.handleErr(err)
133133
}
134134
// Look past table aliases
135-
// TODO: also find it through joins??? wtf
136135
var origTbl string
137136
if inScope.node != nil {
138137
transform.Inspect(inScope.node, func(node sql.Node) bool {

0 commit comments

Comments
 (0)