[Koha-bugs] [Bug 14334] DBI fighting DBIx over Autocommit in tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 14 17:00:20 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14334

--- Comment #36 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marcel de Rooy from comment #35)
> (In reply to Jonathan Druart from comment #33)
> > Indeed :)
> > I do not have a strong opinion about them, I can re-add them if you think we
> > must keep them.
> 
> Not so sure if we need them at all.
> From DBIx::Class::Storage::DBI:
> This Storage driver normally installs its own HandleError, sets RaiseError
> and ShowErrorStatement on, and sets PrintError off on all database handles..

Koha::Database:
 95             RaiseError => $ENV{DEBUG} ? 1 : 0,

We disable it :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list