>From 
https://developers.google.com/appengine/docs/java/datastore/queries#Java_Limitations_of_cursors
*
<<Cursors don't always work as expected with a query that uses an 
inequality filter or a sort order on a property with multiple values>>*

Does it mean that all query with an inequality filter don't support 
cursors? Or the sentence is referred just to query that use an inequality 
filter on multiple values?
e.g. will a query like this one support cursors?
"... WHERE prop > 5 && prop < 10 "

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to