[Koha-bugs] [Bug 8594] A report containing a subquery that has a 'limit' will have that limit stripped out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 30 12:47:35 CEST 2012


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

--- Comment #12 from Robin Sheat <robin at catalyst.net.nz> ---
Yes, it's definitely possible for this function to not work in some cases,
however those cases are fewer than the previous version :) 

Really, it should be changed such that it doesn't do this at all, and works out
the info it needs from the results it receives, that way it won't need to do
queries twice anyway, and I always think that processing and changing SQL like
this is a bit of a code-smell.

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


More information about the Koha-bugs mailing list