in reply to Re: Does each DBI 'do' start a new transaction?
in thread Does each DBI 'do' start a new transaction?

They're using an error handler ($dbh->{HandleError}=\&handle_error;)

Replies are listed 'Best First'.
Re^3: Does each DBI 'do' start a new transaction?
by talexb (Chancellor) on Mar 20, 2024 at 13:26 UTC

    I missed that. :( Now, what happens when there's a DBI error inside the error handler? Does it call itself until it hits the 'deep recursion' error? That would be a good place to locally delete the error handler and do something different with that error.

    Alex / talexb / Toronto

    Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.