Skip to content

Commit 55ac3b4

Browse files
author
James Cor
committed
remove todo
1 parent 72dc82a commit 55ac3b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/expression/comparison.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ func (c *comparison) CompareValue(ctx *sql.Context, row sql.ValueRow) (int, erro
178178
return lTyp.(sql.ValueType).CompareValue(ctx, lv, rv)
179179
}
180180

181-
// TODO: enums
182-
183-
// TODO: sets
184-
185181
if types.IsNumber(lTyp) || types.IsNumber(rTyp) {
186182
if types.IsUnsigned(lTyp) && types.IsUnsigned(rTyp) {
187183
return types.Uint64.(sql.ValueType).CompareValue(ctx, lv, rv)

0 commit comments

Comments
 (0)