"Michele Cella" <[EMAIL PROTECTED]> writes: > There is also a pager decorator around, never used it though: > > http://turbogears.blogspot.com/2005/11/simple-pager-decorator.html > http://tinyurl.com/np758
I saw that but -- from memory -- it looked like it didn't optimze SQL queries and queried everything to paginate later... If you start having hundreds of thousands or millions of records, this is very undesirable -- specially for several simultaneous users... But I might be wrong since it was a while ago -- last year -- that I saw it. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

