diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/PGConstants.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/PGConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/PGConstants.h b/Frameworks/PostgresKit/Source/PGConstants.h index d8ac3641..fc0e081c 100644 --- a/Frameworks/PostgresKit/Source/PGConstants.h +++ b/Frameworks/PostgresKit/Source/PGConstants.h @@ -53,6 +53,7 @@ extern const char *PGPostgresResultValueInt4; extern const char *PGPostgresResultValueInt8; extern const char *PGPostgresResultValueFloat4; extern const char *PGPostgresResultValueFloat8; +extern const char *PGPostgresResultValueByteA; // Connection parameters extern const char *PGPostgresKitApplicationName; |