Skip to content

Commit 2dc045a

Browse files
author
James Cor
committed
remove TODO
1 parent 90f86e6 commit 2dc045a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/types/number.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,6 @@ func convertToFloat64(t NumberTypeImpl_, v interface{}) (float64, error) {
15371537
}
15381538
return float64(i), nil
15391539
case string:
1540-
// TODO: just trimStringToPrefix here
15411540
v = strings.Trim(v, NumericCutSet)
15421541
i, err := strconv.ParseFloat(v, 64)
15431542
if err != nil {

0 commit comments

Comments
 (0)