[Koha-bugs] [Bug 13645] Koha::Acquisition::Bookseller->search() performance / efficiency problems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 30 17:14:50 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13645

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 35636
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35636&action=edit
Bug 13645: Cache the DBIx connection

We don't want to recreate a new connection to the DB every time we want
a new schema.

This patch creates a $database package level variable on the same way
it's done in C4::Context for $dbh.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list