in reply to Testing if DBI has a commit pending?

"Forgetting" is not something which rhymes with good programming practice. You just code in such a way that you test whether you have to rollback or not at the appropriate time.

It is not as if half-way through the program the processor suddenly remembers that it should have checked for rollback, is it?

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Testing if DBI has a commit pending?