On May 30, 2008, at 12:25 PM, Geoff wrote:

>
> Hi!
>
> I've noticed that a very simple query has an ordering applied to it
> even though I haven't asked for one. Is there a way to stop it doing
> that?
>
> the query:
> Session.query(User).set_shard(shard).filter_by(uuid=uuid).all()
>

order_by(None) on Query, order_by=None on mapper(), order_by=None on  
relation(),  or upgrade to 0.5; in 0.5 all the default "order_by"  
stuff is removed.



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