On 23/04/15 11:22, Arvids Godjuks wrote:
> чт, 23 Апр 2015, 13:00, Lester Caine <les...@lsces.co.uk>:
> 
> On 23/04/15 06:50, christopher jones wrote:
>> > Yes, we do recommend using OCI8 over PDO_OCI.  This is partly due to
>> > some inherent design and performance weaknesses of the overall PDO
>> > architecture.
>> >
>> > So, lets not mark PDO_OCI as dead just yet.
> It's nice to hear that it's not only the pdo_firebird driver that is
> restricted by PDO. Which why I was asking for a general review on the
> situation on database access.
> 
> I can definetly make a case that PDO restricts MySQL too. It lacks a lot of
> functionality comparing to mysqli. I also found out recently that you can't
> have a named param appear in a query more than once (an OR case, where 2
> fields are compared against sma e value). The more you work, the more you
> understand that PDO was a hype, that never got finished and got almost
> abandoned.

Now that is that sort of feedback I was not expecting ... I don't use
MySQL so to see that it has some inherent problems with PDO as most of
the other databases is news. I think PDO is probably now too embedded in
some projects to roll back but certainly it's limitations need to be
better documented? Some of it's restrictions can not be solved by
changes to the code, they are incompatible with the base format, but
there is nothing explaining that.

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

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

Reply via email to