mirror of https://github.com/jackc/pgx.git
Fix missing interval mapping
parent
546a1e8ecf
commit
5785eea828
|
@ -246,6 +246,7 @@ func init() {
|
|||
"int4range": &Int4range{},
|
||||
"int8": &Int8{},
|
||||
"int8range": &Int8range{},
|
||||
"interval": &Interval{},
|
||||
"json": &JSON{},
|
||||
"jsonb": &JSONB{},
|
||||
"line": &Line{},
|
||||
|
|
Loading…
Reference in New Issue