[Koha-bugs] [Bug 3419] Downloaded saved reports do not contain all records

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Aug 25 14:29:36 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3419


Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz




--- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz>  2009-08-25 12:29:34 ---
Yep it's this line here, line 399 of C4/Reports/Guided.pm

$limit  = 9999 unless $limit;

Last changed at the end of March. I'm guessing it was added to stop people
killing their Koha by putting some sql that returned millions and millions of
rows by accident.

If you put a limit in your query, say 15000, then you should get 15000

eg SELECT * FROM items LIMIT 15000


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list