add: WebGUI::Paginator now capable of more efficient paginations using SQL limit clauses

This commit is contained in:
Doug Bell 2007-05-28 22:32:51 +00:00
parent b519375126
commit 3c52f21923
2 changed files with 128 additions and 36 deletions

View file

@ -9,6 +9,8 @@
field.
- add: Calendar events now allow attachments
- add: Calendar events now allow setting view permissions
- add: WebGUI::Paginator now capable of more efficient SQL paginations using
LIMIT clauses.