5 Jan
2018
5 Jan
'18
3:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19884 --- Comment #39 from Jonathan Druart <jonathan.druart@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.