From c1dabdff652fc32ce54b4d48c0d0f9b1e2824213 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 26 Sep 2012 01:30:28 +0000 Subject: Switch to using libpqtypes for retrieving numeric values. --- Frameworks/PostgresKit/Source/FLXConstants.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Frameworks/PostgresKit/Source/FLXConstants.h') diff --git a/Frameworks/PostgresKit/Source/FLXConstants.h b/Frameworks/PostgresKit/Source/FLXConstants.h index bea01ff2..01e71919 100644 --- a/Frameworks/PostgresKit/Source/FLXConstants.h +++ b/Frameworks/PostgresKit/Source/FLXConstants.h @@ -47,6 +47,12 @@ extern const char *FLXPostgresResultValueTimestamp; extern const char *FLXPostgresResultValueTimestmpTZ; extern const char *FLXPostgresResultValueInterval; extern const char *FLXPostgresResultValueNumeric; +extern const char *FLXPostgresResultValueBool; +extern const char *FLXPostgresResultValueInt2; +extern const char *FLXPostgresResultValueInt4; +extern const char *FLXPostgresResultValueInt8; +extern const char *FLXPostgresResultValueFloat4; +extern const char *FLXPostgresResultValueFloat8; // Connection parameters extern const char *FLXPostgresKitApplicationName; -- cgit v1.2.3