Subject | Re: [firebird-php] FireBird/ADODB |
---|---|
Author | Lester Caine |
Post date | 2007-06-12T07:27:30Z |
Panic over - it's too early :)
You have picked up why *I* end up having to overload the driver with
'firebird' manually. The _adodb_getdriver is only called if I don't ;)
So YES
case 'firebird': $drivername = 'firebird'; break;
should be in that section then we can drop the need to overload.
It's HAS been a long time since I was playing with THAT end of the code, but
I'm just updating bitweaver with the same fix and dropping the overload there.
It does show up that not many people can be using ADOdb datadict since that is
a bug I created a long time ago :(
As an aside, it would be nice to get a perf driver built for firebird. That is
one of the bits that is missing in bitweaver.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird Foundation Inc. - http://www.firebirdsql.org/index.php
You have picked up why *I* end up having to overload the driver with
'firebird' manually. The _adodb_getdriver is only called if I don't ;)
So YES
case 'firebird': $drivername = 'firebird'; break;
should be in that section then we can drop the need to overload.
It's HAS been a long time since I was playing with THAT end of the code, but
I'm just updating bitweaver with the same fix and dropping the overload there.
It does show up that not many people can be using ADOdb datadict since that is
a bug I created a long time ago :(
As an aside, it would be nice to get a perf driver built for firebird. That is
one of the bits that is missing in bitweaver.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird Foundation Inc. - http://www.firebirdsql.org/index.php