2
0

Add support for encoding to UUID from string types

This commit is contained in:
Joseph Glanville
2015-09-07 07:40:39 +10:00
parent b1d721c487
commit 2184ffb5e9
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ const (
TimestampArrayOid = 1115
TimestampTzOid = 1184
TimestampTzArrayOid = 1185
UuidOid = 2950
JsonbOid = 3802
)