[Maypole] no use of LIMIT in sql queries

Simon Cozens simon@simon-cozens.org
Wed, 30 Jun 2004 00:29:36 +0100


Kevin:
> When viewing the demos, I saw the retrieve_all() call for the list and  
> said in horror "of course, I can configure that to use a limit 10,20 to  
> the query and paging so that it doesn't destroy the computer when a table  
> is viewed with 100,000+ rows.
> 
> But it doesn't appear to be possible.

What we need is some kind of Class::DBI Pager system.

-- 
A Law of Computer Programming:
	Make it possible for programmers to write in English
	and you will find that programmers cannot write in English.