-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I have downloaded the latest version of the driver with
go get github.com/Go-SQL-Driver/MySQL
I am not getting errors is I use sql.NullString when loading null values but I am still getting the error for sql.NullFloat64
sql: Scan error on column index 4: converting string "" to a float64: strconv.ParseFloat: parsing "": invalid syntax
Is there only support for null strings? or should this be working for null float64?