Re: DBD::Proxy breaking die within eval strangeness

2005-01-21 Thread Tim Bunce
On Fri, Jan 21, 2005 at 02:04:21PM -, Addison, Mark wrote: > From: Tim Bunce Sent: 20 January 2005 11:18 > > On Wed, Jan 19, 2005 at 05:37:42PM -, Addison, Mark wrote: > > > Hello, > > > > > > I'm having a very strange problem with DBD::Proxy and have ended > > > up with brain meltdown - s

RE: DBD::Proxy breaking die within eval strangeness

2005-01-21 Thread Addison, Mark
From: Tim Bunce Sent: 20 January 2005 11:18 > On Wed, Jan 19, 2005 at 05:37:42PM -, Addison, Mark wrote: > > Hello, > > > > I'm having a very strange problem with DBD::Proxy and have ended > > up with brain meltdown - so now its your turn ;-) > > Here's a patch... Excellent, thanks very much

Re: DBD::Proxy breaking die within eval strangeness

2005-01-20 Thread Tim Bunce
On Wed, Jan 19, 2005 at 05:37:42PM -, Addison, Mark wrote: > Hello, > > I'm having a very strange problem with DBD::Proxy and have ended > up with brain meltdown - so now its your turn ;-) Here's a patch... Tim. Index: t/80proxy.t ===

DBD::Proxy breaking die within eval strangeness

2005-01-19 Thread Addison, Mark
Hello, I'm having a very strange problem with DBD::Proxy and have ended up with brain meltdown - so now its your turn ;-) Basically, if I use DBD::Proxy to connect to a database (just doing a 'use DBD::Proxy' isn't enough), then localise $dbh->{AutoCommit} within an eval (to locally turn on trans