14 Dec
2018
14 Dec
'18
4 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14334 --- Comment #36 from Jonathan Druart <jonathan.druart@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.