mirror of
https://github.com/danog/ext-pq.git
synced 2025-01-22 13:51:20 +01:00
Mark transaction as open when started async
This commit is contained in:
parent
c223e1c70b
commit
18f89e2c90
@ -1736,6 +1736,7 @@ static PHP_METHOD(pqconn, startTransactionAsync) {
|
|||||||
|
|
||||||
php_pq_object_addref(obj TSRMLS_CC);
|
php_pq_object_addref(obj TSRMLS_CC);
|
||||||
txn->conn = obj;
|
txn->conn = obj;
|
||||||
|
txn->open = 1;
|
||||||
txn->isolation = isolation;
|
txn->isolation = isolation;
|
||||||
txn->readonly = readonly;
|
txn->readonly = readonly;
|
||||||
txn->deferrable = deferrable;
|
txn->deferrable = deferrable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user