3 messages in com.googlegroups.sqlalchemy[sqlalchemy] ordering
FromSent OnAttachments
Geoff30 May 2008 09:25 
Bobby Impollonia30 May 2008 09:27 
Michael Bayer30 May 2008 12:16 
Subject:[sqlalchemy] ordering
From:Geoff (hotf@gmail.com)
Date:05/30/2008 09:25:06 AM
List:com.googlegroups.sqlalchemy

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()

Thanks!