> > 3) ran into trouble with the db iters - seems you can only pass thru the
> > list once yet in our pages we often have to pass thru or access more
> > depending on the display modules.
>
> you can call .list() on the iter to get a list.
>
> result = db.query('....').list()

Does that end up O(n^2) ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to