On Mon, Sep 04, 2006 at 09:36:30AM +0100, John Escott wrote:
> > The problems start when I try to set '$dbh-{AutoCommit} =0'  (or call
> > $dbh->begin_work' ) for the SECOND time (after the first call to
> > '$dbh->commit'). The error says that AutoCommit is not supported by my
> > driver.
> 
> I've been bitten by this in the past too, and understand it's a bug in 
> DBD::Proxy (at least it was in 0.2004; not sure it it's fixed in the 
> latest version).

I don't recall it getting fixed.

I'd appreciate it, John, if you could file a bug report on rt.cpan.org

Even better would be a patch to the t/80proxy.t test script that
demonstrates the problem.

Tim.

> You can work around it by setting $dbh->{AutoCommit} = 1 after your commit 
> or rollback.

Reply via email to