diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXConstants.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXConstants.h | 1 |
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; |