2
0

Add pgtype.Numeric

This commit is contained in:
Jack Christensen
2017-04-01 23:33:04 -05:00
parent c5d247830c
commit 5ad2c4e2b9
5 changed files with 964 additions and 0 deletions
+2
View File
@@ -228,6 +228,7 @@ func init() {
"cidr": &Cidr{},
"date": &Date{},
"daterange": &Daterange{},
"decimal": &Decimal{},
"float4": &Float4{},
"float8": &Float8{},
"hstore": &Hstore{},
@@ -240,6 +241,7 @@ func init() {
"json": &Json{},
"jsonb": &Jsonb{},
"name": &Name{},
"numeric": &Numeric{},
"oid": &OidValue{},
"record": &Record{},
"text": &Text{},