> PDO::NOTICES_DISABLED
> PDO::NOTICES_ARRAY
>
> to allow space for different formats (e.g. PDO::NOTICES_RESULTSET)?

I not but what is the real interest of returning another type of data.
And, what can be the other type ? It can have one notice as having
many.

>
>> PL/SQL also has compile time warnings and errors that are handled
>> differently, see "PL/SQL Success With Information Warnings" on p167.
>
> However, having read the above chapter, it seems to me that error code
> 24344 with its warnings is more similar to MySQL warnings and PgSQL
> notices. Which one should be automatically handled by PDO? I'd vote for
> this one, leaving DBMS_OUTPUT still available by manually sending the
> queries highligthed in your book.

For your mind, PDO's Oracle driver have to catch the error #24344 to
put it into notices and leave the user request Oracle database to have
DBMS_OUTPUT's notices ? I disagree because DBMS_OUTPUT must be used in
Pl/SQL functions, which must raise notices which are needed by the
user...

>
> Cheers
> --
> Matteo Beccati
>

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

Reply via email to