http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7615
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |[email protected] --- Comment #9 from Paul Poulain <[email protected]> --- QA comment: the SQL query was ugly and would have been worth being rewritten: * we should never return biblioitems.* because there's marcxml that can be quite large ! (even if it's less true now that items are no more stored here) * the query should be written SELECT * FROM a LEFT JOIN b USING(somekey) and not SELECT * FROM a,b WHERE a.key=b.key. I won't mark failed QA because the query was already like this, but for next commits, it's worth rewritting the SQL ! -- 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/
