-
Notifications
You must be signed in to change notification settings - Fork 30
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
Statement extends \PDOStatement implements \IteratorAggregate #6
Conversation
Argh, I'm on a client now and just missed the point of your pull request and made some lame comments, sorry. Now I see you're extending |
Running the tests, we missed the error code returned by an invalid statement. I'll take a look on it. |
Seems the |
We can remove line 55. |
$querystring is read-only in \PDOStatement
Yeah, I removed it here and it worked. Can you run the test suite without it and see if there is no other errors about extending the class? |
Sorry I don't have access to server with Oracle database on which I can test it :( |
Np, so I'll take a look on it, I have a server for testing.
|
Just run the tests here, everything seems ok. I made some tweaks and upgraded the Composer version. thank you! :-) |
Thanks, I will update composer :-) |
Make it more like PDO+PDOStatement usable.