2
0

Add pgtype.Point

This commit is contained in:
Jack Christensen
2017-04-03 17:53:32 -05:00
parent c09c356b19
commit 5a2feadf11
6 changed files with 202 additions and 21 deletions
+1
View File
@@ -245,6 +245,7 @@ func init() {
"numeric": &Numeric{},
"numrange": &Numrange{},
"oid": &OidValue{},
"point": &Point{},
"record": &Record{},
"text": &Text{},
"tid": &Tid{},