aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXConstants.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/FLXConstants.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/FLXConstants.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXConstants.h b/Frameworks/PostgresKit/Source/FLXConstants.h
index b14ba5c1..bea01ff2 100644
--- a/Frameworks/PostgresKit/Source/FLXConstants.h
+++ b/Frameworks/PostgresKit/Source/FLXConstants.h
@@ -46,6 +46,7 @@ extern const char *FLXPostgresResultValueTimeTZ;
extern const char *FLXPostgresResultValueTimestamp;
extern const char *FLXPostgresResultValueTimestmpTZ;
extern const char *FLXPostgresResultValueInterval;
+extern const char *FLXPostgresResultValueNumeric;
// Connection parameters
extern const char *FLXPostgresKitApplicationName;