Re: DBI Proxy Ping

2005-06-21 Thread Tim Bunce
Thanks George. Can you resend that using 'diff -u' (or 'diff -C') run from the root od the source directory, i.e., diff -u ./lib/DBD/Proxy.pm.orig ./lib/DBD/Proxy.pm.new That way the patch is 'safe' (due to the context) and can be applied more easily from my mail reader. Thanks! Tim. On Mon,

DBI Proxy Ping

2005-06-20 Thread Campbell, George
I'm not sure if there is a reason why this hasn't been done already but we've been having problems integrating Apache::DBI caching and DBD::Proxy to DBD::Pg without the ping functionality. # diff DBI/ProxyServer.pm.orig DBI/ProxyServer.pm.new 90a91 > 'ping' => 1, # diff DBD/Proxy