aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-24 12:23:27 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-24 12:23:27 +0000
commit4e12b294d3fc6eb32c0050047d285fff29320607 (patch)
tree356af30418b5984aad9e7038d91bfc695fcc8d40 /Frameworks/PostgresKit/Source/FLXPostgresTypes.h
parent4004ca9491c5a4b49b97440aa36f6f1070488b0e (diff)
downloadsequelpro-4e12b294d3fc6eb32c0050047d285fff29320607.tar.gz
sequelpro-4e12b294d3fc6eb32c0050047d285fff29320607.tar.bz2
sequelpro-4e12b294d3fc6eb32c0050047d285fff29320607.zip
Fix the handling of numeric values.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypes.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
index 0a382950..9f923552 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
@@ -112,7 +112,7 @@ enum
FLXPostgresOidVarBit = 1562, // StringHandler => NSString
// Numeric
- FLXPostgresOidNumeric = 1700, // StringHandler => NSString
+ FLXPostgresOidNumeric = 1700, // NumberHandler => NSNumber
// UUID
FLXPostgresOidUUID = 2950 // StringHandler => NSString