https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26963
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha::Item::pickup_location |Improve |s is very inefficient, |Koha::Item::pickup_location |causing timeouts on records |s performance |with large numbers of | |holds/items | QA Contact|[email protected] |[email protected] |y.org | Text to go in the| |Koha::Item::pickup_location release notes| |s is very inefficient, | |causing timeouts on records | |with large numbers of | |holds/items. | | | |This | |development refactors the | |underlying implementation, | |and also makes the method | |return a resultset, to | |delay as much as possible | |the DB access, and thus | |allowing for further | |filtering on the callers, | |through chaining. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
