15 Jan
2021
15 Jan
'21
9 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026 --- Comment #24 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to David Cook from comment #23)
(In reply to Jonathan Druart from comment #22)
I am not sure I understand exactly what you mean. If you don't remove/disable the error handler when the dbh is created, you will have to eval all the queries executed before the installer will create the DB.
Yeah, that's what I meant. I think that's a reasonable thing to do.
I don't think so. It seems much more sensible to me to know it and do what's needed when the dbh is created. It's also following the current behaviour. -- You are receiving this mail because: You are watching all bug changes.