On Fri, Oct 22, 2004 at 07:34:38AM +1000, Steve Baldwin wrote:
> We make extensive use of named bind params in our apps (our DB is Oracle).
> I just tried running a test program over DBD::Proxy and found it barfs on
> these. Here is the code in DBD::Proxy that doesn't like them .
>
> sub bind_param ($$$@) {
> my $sth = shift; my $param = shift;
> $sth->{'proxy_params'}->[$param-1] = [EMAIL PROTECTED];
> }
If only it was as simple as that.
> Doing a google search on this turned up some pretty old stuff - e.g.
>
> http://www.grin.net/~mirthles/pile/dbi-tim_bunce_call_on_proxy_module_with_o
> racle_bind_param.html
>
> Does anyone know whether a fix to DBD::Proxy is planned?
I have a backlog of stored email threads and patches related to
the proxy code but little time to work on it.
Tim Howell [CC'd] has volunteered to maintain the underlying PlRPC
modules and to help me maintain DBD::Proxy. But I've not heard from
him recently.
Patches are welcome - but any interested in helping out should
probably discuss their design over on dbi-dev first.
Tim.