DBD::mysql 3.0004+ not resetting $sth->{Active} after fetch

2006-06-22 Thread Addison, Mark
Hello, I upgraded DBD::mysql from 2.9006-1 to 3.0006-1 and suddenly started getting screens full of errors like: prepare_cached(SELECT * FROM foo) statement handle DBIx::ContextualFetch::st=HASH(0x971cc80) still Active at /usr/share/perl5/Ima/DBI.pm line 381 After some digging it seems that the

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 -0000, 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 ;-) > > Her

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