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.m | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Frameworks/PostgresKit/Source/FLXConstants.m') diff --git a/Frameworks/PostgresKit/Source/FLXConstants.m b/Frameworks/PostgresKit/Source/FLXConstants.m index c376a493..16344a50 100644 --- a/Frameworks/PostgresKit/Source/FLXConstants.m +++ b/Frameworks/PostgresKit/Source/FLXConstants.m @@ -47,6 +47,12 @@ const char *FLXPostgresResultValueTimestamp = "%timestamp"; const char *FLXPostgresResultValueTimestmpTZ = "%timestamptz"; const char *FLXPostgresResultValueInterval = "%interval"; const char *FLXPostgresResultValueNumeric = "%numeric"; +const char *FLXPostgresResultValueBool = "%bool"; +const char *FLXPostgresResultValueInt2 = "%int2"; +const char *FLXPostgresResultValueInt4 = "%int4"; +const char *FLXPostgresResultValueInt8 = "%int8"; +const char *FLXPostgresResultValueFloat4 = "%float4"; +const char *FLXPostgresResultValueFloat8 = "%float8"; // Connection parameters const char *FLXPostgresKitApplicationName = "PostgresKit"; -- cgit v1.2.3