[google-appengine] Re: Sorting by key

2011-05-17 Thread Kaan Soral
I assume you mean filtering by 1 property and sorting by key? On May 8, 2:40 am, Anton Veretennikov wrote: > Oops, I did mean not only soring but also filtering by 1 key. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this gro

Re: [google-appengine] Re: Sorting by key

2011-05-16 Thread Ikai Lan (Google)
More docs on this subject here: http://code.google.com/appengine/docs/python/datastore/gqlreference.html Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, Ma

Re: [google-appengine] Re: Sorting by key

2011-05-16 Thread Ikai Lan (Google)
You want to do a get by key? SELECT * FROM EntityKind WHERE __key__ = KEY("ENCODEDKEYHERE") Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Sat, May 7, 2011 at

[google-appengine] Re: Sorting by key

2011-05-11 Thread Anton Veretennikov
Oops, I did mean not only soring but also filtering by 1 key. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appe