Named bind params with DBD::Proxy

From: Steve Baldwin (stbaldwin_at_multiservice.com)
Date: 10/21/04

  • Next message: Tim Bunce: "Re: Named bind params with DBD::Proxy"
    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


  • Next message: Tim Bunce: "Re: Named bind params with DBD::Proxy"

    Relevant Pages

    • Re: Named bind params with DBD::Proxy
      ... > We make extensive use of named bind params in our apps (our DB is Oracle). ... Tim Howell has volunteered to maintain the underlying PlRPC ...
      (perl.dbi.users)
    • Re: objrmap-core-1 (rmap removal for file mappings to avoid 4:4 in <=16G machines)
      ... >> I agree that works fine for Oracle, that's becase Oracle is an extreme ... >> not the case of other apps, and those other apps really depends on the ... >> kernel vm paging algorithms for things more than istantiating a pte ... no zone-normal shortage at all that I can remeber, ...
      (Linux-Kernel)
    • Re: Effect of listener on existing connections?
      ... Oracle support is not giving us satisfactory results. ... and attempts to create new connections are ... We also see these messages appearing with regularity in our listener ... how does a blocked listener explain the fact that apps with existing ...
      (comp.databases.oracle.server)
    • Effect of listener on existing connections?
      ... Oracle support is not giving us satisfactory results. ... and attempts to create new connections are ... how does a blocked listener explain the fact that apps with existing ...
      (comp.databases.oracle.server)
    • Re: Effect of listener on existing connections?
      ... Oracle support is not giving us satisfactory results. ... and attempts to create new connections are ... how does a blocked listener explain the fact that apps with existing ...
      (comp.databases.oracle.server)