Subject | Re: [firebird-php] pdo related bugs for php 5.4 |
---|---|
Author | Lester Caine |
Post date | 2011-09-12T15:34:37Z |
mariuz
I am right in thinking that firebird does not support named parameters in the
way that pdo expects them to work? IBObjects provides me with this, but rewrites
the SQL before submitting. I have always worked on the premiss that PDO does not
rewrite the sql provided, so providing it in the same way is not possible?
All my PHP stuff builds an array of parameters in parallel with the '?' in the
sql, so I never hit this :)
--
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//
Firebird - http://www.firebirdsql.org/index.php
I am right in thinking that firebird does not support named parameters in the
way that pdo expects them to work? IBObjects provides me with this, but rewrites
the SQL before submitting. I have always worked on the premiss that PDO does not
rewrite the sql provided, so providing it in the same way is not possible?
All my PHP stuff builds an array of parameters in parallel with the '?' in the
sql, so I never hit this :)
--
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//
Firebird - http://www.firebirdsql.org/index.php