Thank you for reply, Joseph.

I know about get_by_key_name. Now I see that my example is not correct.

I need all entites wich key().name() is greater or equal to specified 
string. May be my example query should be GqlQuery("SELECT * FROM Page 
WHERE __key__.name >= :1", p.key.name()) which is not a correct query in 
current implementation of GAE. Comparing keys like "__key__ >= :1" does not 
work for me.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Y2L-cICOJUYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to