aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-09 08:06:09 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-09 08:06:09 +0000
commit686fa6b54f408a3d81e8467aad8a5238edf35466 (patch)
treecb5759f3629bd315cbf33e50578b74bf05de36d6 /Frameworks/PostgresKit/Source
parent38adbb6ec450553074432db1dc0c4907dc064e8e (diff)
downloadsequelpro-686fa6b54f408a3d81e8467aad8a5238edf35466.tar.gz
sequelpro-686fa6b54f408a3d81e8467aad8a5238edf35466.tar.bz2
sequelpro-686fa6b54f408a3d81e8467aad8a5238edf35466.zip
Test data script tweaks.
Diffstat (limited to 'Frameworks/PostgresKit/Source')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
index 5c09e5d8..039a8282 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
@@ -111,5 +111,6 @@ enum
// Numeric
FLXPostgresOidNumeric = 1700, // StringHandler => NSString
+ // UUID
FLXPostgresOidUUID = 2950 // StringHandler => NSString
};