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