aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeStringHandler.m1
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypes.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeStringHandler.m b/Frameworks/PostgresKit/Source/FLXPostgresTypeStringHandler.m
index 3e72163e..a2e364f8 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypeStringHandler.m
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeStringHandler.m
@@ -29,6 +29,7 @@ static FLXPostgresOid FLXPostgresTypeStringTypes[] =
FLXPostgresOidText,
FLXPostgresOidChar,
FLXPostgresOidName,
+ FLXPostgresOidNumeric,
FLXPostgresOidVarchar,
FLXPostgresOidUnknown,
0
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
index de6149c5..b8e70a6c 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
@@ -110,6 +110,6 @@ enum
FLXPostgresOidVarbit = 1562, // Currently not supported
// Numeric
- FLXPostgresOidNumeric = 1700, // Currently not supported
+ FLXPostgresOidNumeric = 1700, // StringHandler
FLXPostgresOidMax = 1700 // Currently not supported
};