Hi Vaclav, Thanks for your input.
But no, all 62 entities have a non-null value for the date property. Cheers, Kyrre On Jan 15, 12:42 pm, vbart <[email protected]> wrote: > Probably only 38 entities have the property "date" set (even to null). > I've got a similar problem in past - I tried to order by property > which did not exist at all - I got 0 (zero) entities. > > Best regards > > Vaclav > > On Jan 14, 10:22 pm, Kyrre <[email protected]> wrote: > > > 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 [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-java?hl=en.
