https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14334
--- Comment #36 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
