On Wed, Feb 11, 2004 at 09:41:08AM -0800, Henri Asseily wrote:
> >
> >I generally only add something to the DBI when the DBI can 'fake it'
> >for drivers that can't do it themselves. In this case the DBI will
> >count execute()/do() calls and reset the counter on 
> >commit()/rollback().
> >Then the counter can be used to control the warning for drivers that
> >can't tell if they're in a transaction or not.
> 
> Why don't you let the drivers implement this themselves?

I encourage them to. All this is doing is providing a fallback
mechanism for any drivers that don't, and all it affects is the
warning.

Tim.

Reply via email to