http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13645 --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Jacek Ablewicz from comment #4)
(In reply to Jonathan Druart from comment #2)
Here my try.
It does vastly improve Koha DBIx performace, and as far as I can tell after eyeballing it comprehensively, it rather shouldn't break anything important. So I change status to signed off.
Thanks Jacek! Did you benchmark the scripts booksellers.pl and invoices.pl with this patch?
Would be nice to have some kind of test plan for it, though..
OTOH, in theory it can indirectly affect a lot of different places where Koha::Database->.. calls are being used, so any meaningfull test plan is probably out of the question anyway ;).
Yes, a test plan could be: Verify there is no regression/error with scripts using a dbic connection :) Which is vague... -- You are receiving this mail because: You are watching all bug changes.