svilen ha scritto:

> because q1 with the order is _the_ query, made at point A somewhen, 
> and stored there as a construct; much later at some point B i need to 
> use that query but without the ordering - now i have to keep 2 copies 
> of the query, w/ and w/out order. And this strip-the-ordering could 
> be generic, applicable to any query...
>   

Basically you're asking for that to gain some performance on 
q2.execute(), and at the same time you want to avoid littering your 
function's namespace.

Ok, I understand. I find the API is cleaner without that feature, but I 
am nobody here :-)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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