[Koha-bugs] [Bug 19884] Improve performance of GetItem

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 5 16:18:00 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19884

--- Comment #39 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
David, my main concern with your approach is that we are adding new subroutines
to C4 (against our coding guidelines) and too specific methods (for items only
when we should think Koha::Object[s] instead).

Moreover IIRC the IN clause should not be used for big ranges, there is a
maximum number of elements we can passed in [ref needed].

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


More information about the Koha-bugs mailing list