diff options
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird_int.h')
| -rw-r--r-- | ext/pdo_firebird/php_pdo_firebird_int.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h index f846922eb4..1528b417ae 100644 --- a/ext/pdo_firebird/php_pdo_firebird_int.h +++ b/ext/pdo_firebird/php_pdo_firebird_int.h @@ -84,10 +84,12 @@ typedef struct { char *time_format; char *timestamp_format; + unsigned sql_dialect:2; + /* prepend table names on column names in fetch */ unsigned fetch_table_names:1; - unsigned _reserved:31; + unsigned _reserved:29; } pdo_firebird_db_handle; |
