https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026
--- Comment #15 from David Cook <[email protected]> --- I'm not sure about this change... Why don't we just set RaiseError and PrintError in Database.pm and then deal with localizations in install.pl and misc4dev? For example: "If you want to temporarily turn RaiseError off (inside a library function that is likely to fail, for example), the recommended way is like this:" https://metacpan.org/pod/DBI#RaiseError { local $h->{RaiseError}; # localize and turn off for this block ... } I'd prefer that ideally. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
