Decode pgsql LOB objects (bytea type) on fetch

This commit is contained in:
Edin Kadribasic 2005-02-05 22:55:23 +00:00
parent 64e8c3105c
commit bf77a39349
3 changed files with 31 additions and 1 deletions

View file

@ -46,6 +46,8 @@ typedef struct {
Oid pgsql_type;
long intval;
zend_bool boolval;
char *lobval;
size_t loblen;
} pdo_pgsql_column;
typedef struct {