11 Nov
2024
11 Nov
'24
12:05 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38384 --- Comment #14 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #13)
Btw, you should be able to use Koha::Database instead of DBI directly there, since it's already lightweight (and uses the same modules, so it's same-same but with less duplicated code).
For instance, look at bug 37657 where C4::Context->dbh is replaced by Koha::Database->dbh for big speed gain. -- You are receiving this mail because: You are watching all bug changes.