Last insert id (oids) support.

This commit is contained in:
Ilia Alshanetsky 2004-05-20 18:00:24 +00:00
parent 3ec72d3ed9
commit f8d045619a
2 changed files with 14 additions and 1 deletions

View file

@ -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 {