Hi,

In both the DataViewer and in my app using JDO, I'm seeing a strange
difference in the number of results returned depending on whether I
add an order by clause:

62 results:
SELECT * FROM ListEntry where appId = '323629596' and latest = false

38 results:
SELECT * FROM ListEntry where appId = '323629596' and latest = false
order by date

All the entities have a date property. The same thing also happens if
I add an inequality operator on the date property.

What am I missing here? Thanks for any help.

Kyrre
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to