https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38384
--- Comment #14 from David Cook <[email protected]> --- (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. _______________________________________________ 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/
