aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/PGPostgresTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Source/PGPostgresTypes.h')
-rw-r--r--Frameworks/PostgresKit/Source/PGPostgresTypes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/PGPostgresTypes.h b/Frameworks/PostgresKit/Source/PGPostgresTypes.h
index 993e824d..c5812c4e 100644
--- a/Frameworks/PostgresKit/Source/PGPostgresTypes.h
+++ b/Frameworks/PostgresKit/Source/PGPostgresTypes.h
@@ -26,12 +26,11 @@
typedef Oid PGPostgresOid;
// See PostgreSQL source: include/catalog/pg_type.h
-
enum
{
// BOOL
PGPostgresOidBool = 16, // NumberHandler => NSNumber
- PGPostgresOidByteData = 17, // Currently not supported
+ PGPostgresOidByteData = 17, // BinaryHandler => NSData
// Text
PGPostgresOidName = 19, // StringHandler => NSString