Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFR] Support for PDO Multi-rowset #2018

Closed
aleemb opened this issue Feb 10, 2014 · 1 comment
Closed

[NFR] Support for PDO Multi-rowset #2018

aleemb opened this issue Feb 10, 2014 · 1 comment

Comments

@aleemb
Copy link

aleemb commented Feb 10, 2014

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)?

@aleemb
Copy link
Author

aleemb commented Feb 10, 2014

Okay, just saw getInternalResult(), that should help pass through for now.

Adding nextRowSet() would still be nice to encourage its use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants