https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37389 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes a severe release notes| |performance issue with a | |REST API SQL query for | |patron and interlibrary | |loan request custom | |attributes. It fixes the | |problematic join queries | |using a "mixin" and adds | |tests. The previous queries | |could in some circumstance | |severally affect the | |database performance. CC| |david@davidnind.com --- Comment #35 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. I ran the tests after applying the patches - these pass: . prove t/Koha/REST/Plugin/Query.t . prove t/db_dependent/Koha/Objects/Mixin/ExtendedAttributes.t 2. I don't have any knowledge in this area, so if comment is required on the "mixin" and approach taken, please change the bug status back to needs sign off. 3. I've had a go at a release note, but I'm not sure that I've described it correctly (and I'm not sure what a "mixin" is 8-)). -- You are receiving this mail because: You are watching all bug changes.