mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Decode pgsql LOB objects (bytea type) on fetch
This commit is contained in:
parent
64e8c3105c
commit
bf77a39349
3 changed files with 31 additions and 1 deletions
|
@ -46,6 +46,8 @@ typedef struct {
|
|||
Oid pgsql_type;
|
||||
long intval;
|
||||
zend_bool boolval;
|
||||
char *lobval;
|
||||
size_t loblen;
|
||||
} pdo_pgsql_column;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue