https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19884
--- Comment #39 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
