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

David Nind <[email protected]> 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|                            |[email protected]

--- Comment #35 from David Nind <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to