aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXConstants.m
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/FLXConstants.m
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/FLXConstants.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXConstants.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXConstants.m b/Frameworks/PostgresKit/Source/FLXConstants.m
index 4f82bef8..c376a493 100644
--- a/Frameworks/PostgresKit/Source/FLXConstants.m
+++ b/Frameworks/PostgresKit/Source/FLXConstants.m
@@ -46,6 +46,7 @@ const char *FLXPostgresResultValueTimeTZ = "%timetz";
const char *FLXPostgresResultValueTimestamp = "%timestamp";
const char *FLXPostgresResultValueTimestmpTZ = "%timestamptz";
const char *FLXPostgresResultValueInterval = "%interval";
+const char *FLXPostgresResultValueNumeric = "%numeric";
// Connection parameters
const char *FLXPostgresKitApplicationName = "PostgresKit";