2
0

Add support for bit type

This commit is contained in:
Jack Christensen
2017-11-18 21:13:34 -06:00
parent 4e6de12a62
commit a01653c3df
3 changed files with 63 additions and 0 deletions
+1
View File
@@ -227,6 +227,7 @@ func init() {
"_uuid": &UUIDArray{},
"_varchar": &VarcharArray{},
"aclitem": &ACLItem{},
"bit": &Bit{},
"bool": &Bool{},
"box": &Box{},
"bytea": &Bytea{},