2
0

Fix zeronull.Float8

This commit is contained in:
Jack Christensen
2021-08-26 15:42:47 -05:00
parent 39aa071b15
commit 30d7638296
+1 -1
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