I was working with query cursors in gae and found a weird cursor value named 'ExQ' retured by the query when there were no additional records. I am expecting a null or empty cursor when there are no records that is to be fetched from the datastore. can someone kindly help me to get rid of the 3 letter String and obtain a null or empty string from the query. i am using jdo query cursors.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/awGzxM58cRQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
Let me know if i can check the same condition like i check for null and empty even for datastore queries too if that happens for me once i try with it.