Fix zeronull.Float8

non-blocking
Jack Christensen 2021-08-26 15:42:47 -05:00
parent 39aa071b15
commit 30d7638296
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"github.com/jackc/pgtype"
)
type Float8 int64
type Float8 float64
func (dst *Float8) DecodeText(ci *pgtype.ConnInfo, src []byte) error {
var nullable pgtype.Float8