mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Store pgsql_type, intval and boolav per column
This commit is contained in:
parent
8839b8b3ec
commit
d8aa131ca0
2 changed files with 11 additions and 9 deletions
|
@ -42,7 +42,10 @@ typedef struct {
|
|||
} pdo_pgsql_db_handle;
|
||||
|
||||
typedef struct {
|
||||
char *def;
|
||||
char *def;
|
||||
Oid pgsql_type;
|
||||
long intval;
|
||||
zend_bool boolval;
|
||||
} pdo_pgsql_column;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue