diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-26 01:30:28 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-26 01:30:28 +0000 |
commit | c1dabdff652fc32ce54b4d48c0d0f9b1e2824213 (patch) | |
tree | 6a20852762b54cdc1863b47f3022ecb09f85a5f0 /Frameworks/PostgresKit/Source/FLXConstants.h | |
parent | 8c6666fd8f0c32dccd5b7d645e1381d9aad488f4 (diff) | |
download | sequelpro-c1dabdff652fc32ce54b4d48c0d0f9b1e2824213.tar.gz sequelpro-c1dabdff652fc32ce54b4d48c0d0f9b1e2824213.tar.bz2 sequelpro-c1dabdff652fc32ce54b4d48c0d0f9b1e2824213.zip |
Switch to using libpqtypes for retrieving numeric values.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXConstants.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXConstants.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |