I added a reversed attribute that is determined by the first ordered
field's sort direction.  I didn't change SA support because a Query
instance can't contain clause information.  The data object passed to
paginate will most likely have some conditions applied to it, which is
normally done using the select method in SA, but the select method
returns a list, which is not useful.  The only way I see around this is
to pass a Query instance plus clauses to be applied to it, which I
think is awkward.  So for now, requiring a SelectResults instance seems
to make the most sense.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to