I have data stream with filtering options (i.e. SQLAlchemy Query
object). Data stream can be filtered by arbitrary filters. Some
filters applies only at data level (i.e. SQL "where"), but some has
influence on presentation layer too (i.e. Pagination applies "limit"
and "offset" at data level, and wraps data in navigational controls).

How to implement this functionality at both levels (data and
presentation)?

(crossposted to Mako group with more template-depending questions)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to