2
0

Add pgtype.Numrange

This commit is contained in:
Jack Christensen
2017-04-03 07:35:19 -05:00
parent 9e5e02cc83
commit 6ca1c1e41e
5 changed files with 303 additions and 1 deletions
+1
View File
@@ -242,6 +242,7 @@ func init() {
"jsonb": &Jsonb{},
"name": &Name{},
"numeric": &Numeric{},
"numrange": &Numrange{},
"oid": &OidValue{},
"record": &Record{},
"text": &Text{},