[Koha-bugs] [Bug 14704] members/statistics.pl crashes because the SQL 'return'-keyword might be reserved at 'return FROM ('

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 25 11:01:15 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14704

Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion

--- Comment #4 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
The dynamically created SQL here is problematic and needs to be overhauled on a
more broader level. Since the columns desired can be gained from a syspref, the
SQL needs to take that into account as well. This is an optimal scenario to
leverage DBIx and its more configurable search building.

-- 
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