X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqconn.h;h=4f4b56c9d3dd34d543bfadead1e3459c211a5f58;hp=c9f1e15d5221a1cccc0c783b07eeb24cf28e53a1;hb=da7b5981c5ae28504434c492d468913645111d66;hpb=9255d2d54bca41644cf3588e4e4259a1855b58d7;ds=sidebyside diff --git a/src/php_pqconn.h b/src/php_pqconn.h index c9f1e15..4f4b56c 100644 --- a/src/php_pqconn.h +++ b/src/php_pqconn.h @@ -30,6 +30,11 @@ typedef struct php_pqconn { HashTable eventhandlers; php_pq_callback_t onevent; unsigned unbuffered:1; + unsigned default_fetch_type:2; + unsigned default_txn_isolation:2; + unsigned default_txn_readonly:1; + unsigned default_txn_deferrable:1; + unsigned default_auto_convert:16; } php_pqconn_t; typedef struct php_pqconn_object {