2
0

Add support for bit type

This commit is contained in:
Jack Christensen
2017-11-18 21:13:34 -06:00
parent 6c3e88bb82
commit 5e08a4a5f1
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{},