On 11.10.2009, at 17:55, Daniel Convissor wrote:

If the notice/warning gathering abstraction is going to be sending
queries to the DBMS in the background, one needs to be careful about
maintaining both the results and metadata from the original query that
caused the warnings.


hmm why do you think that PDO would need to take special care about this? seems like this is the job of the PDO using code ..

but it does raise one concern that i did not think about before: one potential issue is that with unbuffered queries (which are on by default) in MySQL you can only have one open result set at a time, so you cant check the notices until you have fetched the result set .. then again notices are usually only for insert/delete/update ..

regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to