mirror of https://github.com/jackc/pgx.git
Fix zeronull.Float8
parent
39aa071b15
commit
30d7638296
|
@ -6,7 +6,7 @@ import (
|
||||||
"github.com/jackc/pgtype"
|
"github.com/jackc/pgtype"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Float8 int64
|
type Float8 float64
|
||||||
|
|
||||||
func (dst *Float8) DecodeText(ci *pgtype.ConnInfo, src []byte) error {
|
func (dst *Float8) DecodeText(ci *pgtype.ConnInfo, src []byte) error {
|
||||||
var nullable pgtype.Float8
|
var nullable pgtype.Float8
|
||||||
|
|
Loading…
Reference in New Issue