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, Jun 20, 2005 at 11:14:58AM -0700, Campbell, George wrote:
> 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.pm.orig DBD/Proxy.pm.new                 
> 297a298,306
> > sub ping () {
> >     my ($dbh) = @_;
> >     my $rdbh = $dbh->{'proxy_dbh'};
> >     my $res = eval { $rdbh->ping(); };
> > 
> >     return $res;
> > }
> > 
> > 

Reply via email to