2
0

Add pgtype.Box

This commit is contained in:
Jack Christensen
2017-04-03 19:47:36 -05:00
parent 5a2feadf11
commit 06822bebe0
6 changed files with 212 additions and 8 deletions
+1
View File
@@ -223,6 +223,7 @@ func init() {
"_varchar": &VarcharArray{},
"aclitem": &Aclitem{},
"bool": &Bool{},
"box": &Box{},
"bytea": &Bytea{},
"char": &QChar{},
"cid": &Cid{},