Open pounard opened 4 years ago
Actual ->perform() does not fetch any results and ask the server for none when possible, yet it remains synchronous.
Add an asynchronous variant of perform, which can name the query, that would return an object able to query for running query state.
This seems possible (and easy) with ext-pgsql, not sure it will be possible with PDO.
Actual ->perform() does not fetch any results and ask the server for none when possible, yet it remains synchronous.
Add an asynchronous variant of perform, which can name the query, that would return an object able to query for running query state.
This seems possible (and easy) with ext-pgsql, not sure it will be possible with PDO.