add default propoerties to connection
[m6w6/ext-pq] / src / php_pqres.h
index 9786249757818b889132685bf3f93fc720d66224..f5b9b6e10d3968d1ad84ff446cba89d11ffb0810 100644 (file)
@@ -33,6 +33,7 @@ typedef struct php_pqres {
        php_pqres_iterator_t *iter;
        HashTable bound;
        HashTable converters;
+       unsigned default_fetch_type:2;
 } php_pqres_t;
 
 typedef struct php_pqres_object {