2
0

Use Go casing convention for UUID

This commit is contained in:
Jack Christensen
2017-06-03 11:54:57 -05:00
parent 27ab289096
commit 3bdc94cee2
5 changed files with 84 additions and 84 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ const (
TimestamptzOID = 1184
TimestamptzArrayOID = 1185
RecordOID = 2249
UuidOID = 2950
UUIDOID = 2950
JsonbOID = 3802
)
@@ -262,7 +262,7 @@ func init() {
"tsrange": &Tsrange{},
"tstzrange": &Tstzrange{},
"unknown": &Unknown{},
"uuid": &Uuid{},
"uuid": &UUID{},
"varbit": &Varbit{},
"varchar": &Varchar{},
"xid": &Xid{},