mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Last insert id (oids) support.
This commit is contained in:
parent
3ec72d3ed9
commit
f8d045619a
2 changed files with 14 additions and 1 deletions
|
@ -38,6 +38,7 @@ typedef struct {
|
|||
unsigned attached:1;
|
||||
unsigned _reserved:31;
|
||||
pdo_pgsql_error_info einfo;
|
||||
Oid pgoid;
|
||||
} pdo_pgsql_db_handle;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue