Lukas Smith wrote:
> Mark Wiesemann wrote:
>
>> Lukas, or anybody else with knowledge about PDO: Do
you have any
>> comments on this? Would it make sense to have a PDO
driver? (We have
>> currently DB and MDB2 drivers.)
>
> I think it makes sense. We do have a PDO driver for
LiveUser for example.
I should note that there is one serious problem:
PDO has no sequence emulation.
It only a has a lastInsertID() method that will either
return the last
insert id from an autoincrement column or the current value
from a
sequence with the name pass to lastInsertID().
regards,
Lukas
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|