No, this is not an error. I'm using the last result of the ascending
query as the starting point for the descending query, so that I can
compare the result ranges.

On Dec 4, 2:27 pm, "Ikai L (Google)" <[email protected]> wrote:
> These queries have different second parameters in their Key.from_path. Is
> this just a text error?
>
> Domain.all(keys_only=True).order('__key__').filter('__key__ >=',
> db.Key.from_path('domains_domain', 'menewokzxwsqipne')).fetch(100)
> Domain.all(keys_only=True).order('-__key__').filter('__key__ <=',
> db.Key.from_path('domains_domain', 'mengame')).fetch(100)

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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