You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to see support for multi-rowset queries as it's desirable for performance gains (especially when DB server RTTs are a concern). Adding nextRowSet() to the PDO driver would be welcome so as to be able to iterate over the results of the next rowset when executing multiple statements separated by a semicolon.
Also, until that support is added, is there any good workaround to do multi-rowset queries presently through the existing PDO adapters (something like raw or passthrough)?
The text was updated successfully, but these errors were encountered:
Would be nice to see support for multi-rowset queries as it's desirable for performance gains (especially when DB server RTTs are a concern). Adding
nextRowSet()
to the PDO driver would be welcome so as to be able to iterate over the results of the next rowset when executing multiple statements separated by a semicolon.Also, until that support is added, is there any good workaround to do multi-rowset queries presently through the existing PDO adapters (something like
raw
orpassthrough
)?The text was updated successfully, but these errors were encountered: