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

--- Comment #42 from Fridolyn SOMERS <fridolyn.som...@biblibre.com> ---
(In reply to Chris Cormack from comment #40)
> these patches add datatables, but they also change the behaviour
> so when you visit the members page it fetches every single borrower from the 
> database.
In C4/Utils/DataTables/Members.pm :
The SQL query does not fetch all borrowers, it uses iDisplayStart and
iDisplayLength to limit to the first page (usually 20 borrowers).
And when there is not filter, there is only  a select count(*) from borrowers,
this should not take a long time.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to