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

Andrew Fuerste-Henry <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #12 from Andrew Fuerste-Henry <[email protected]> ---
(In reply to Kyle M Hall (khall) from comment #10)
> 3) Analyze a report with the SQL "SELECT b.*, ( SELECT COUNT(*) FROM
>    issues i WHERE i.borrowernumber = b.borrowernumber ) FROM borrowers b"
> 4) Note the dependent_subquery finding!

We did not see any findings on this query. Failing QA for this.

On your tests that depend on size of collection to determine whether or not to
give an error, we still see the error when limiting the number of results with
LIMIT or WHERE.

It would be good for the analyzer to reflect all limitations on what can be
saved in a query -- one cannot save a report that returns a password field, but
the analyzer doesn't warn on it (while the analyzer does warn on DELETE or
UPDATE)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to