[Koha-bugs] [Bug 22357] Every run of runreport.pl with --store-results creates a new row in saved reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 29 03:46:49 CEST 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
           Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c
                   |ity.org                     |ommunity.org

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This could be a fix (yes, ugly). We could also remove the s.* from the fields
selection, but this will need to know which one is used (how, without making
sure we will not introduce regressions?)

Or we could have 1 query to fetch the reports, then 1 query per report to fetch
the results (O(n), bad)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list