diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/PGConstants.m')
-rw-r--r-- | Frameworks/PostgresKit/Source/PGConstants.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/PGConstants.m b/Frameworks/PostgresKit/Source/PGConstants.m index 169dd85c..4cac546e 100644 --- a/Frameworks/PostgresKit/Source/PGConstants.m +++ b/Frameworks/PostgresKit/Source/PGConstants.m @@ -53,6 +53,7 @@ const char *PGPostgresResultValueInt4 = "%int4"; const char *PGPostgresResultValueInt8 = "%int8"; const char *PGPostgresResultValueFloat4 = "%float4"; const char *PGPostgresResultValueFloat8 = "%float8"; +const char *PGPostgresResultValueByteA = "%bytea"; // Connection parameters const char *PGPostgresKitApplicationName = "PostgresKit"; |