Named bind params with DBD::Proxy
From: Steve Baldwin (stbaldwin_at_multiservice.com)
Date: 10/21/04
- Previous message: Tim Bunce: "Re: Slow connection to Oracle 9i"
- Next in thread: Tim Bunce: "Re: Named bind params with DBD::Proxy"
- Maybe reply: Tim Bunce: "Re: Named bind params with DBD::Proxy"
- Maybe reply: Scott T. Hildreth: "Re: Named bind params with DBD::Proxy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <dbi-users@perl.org> Date: Fri, 22 Oct 2004 07:34:38 +1000
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] = [@_];
}
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?
Thanks,
Steve
- Previous message: Tim Bunce: "Re: Slow connection to Oracle 9i"
- Next in thread: Tim Bunce: "Re: Named bind params with DBD::Proxy"
- Maybe reply: Tim Bunce: "Re: Named bind params with DBD::Proxy"
- Maybe reply: Scott T. Hildreth: "Re: Named bind params with DBD::Proxy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|