Do some of your entities have property2 missing or set to None (or an empty list, in the case of a listproperty)? Orders only apply to entities that contain that property.
Though it's definitely a bug either way if you have the same data on dev and production and the results are different. -Nick On Dec 3, 5:41 pm, Siva Velusamy <[EMAIL PROTECTED]> wrote: > Hi, > > I find this weird behavior in the current production server: > > If I have a query of the form: > > SELECT * FROM model1 WHERE property1 = 'foo' ORDER BY property2 ASC > > I get 23 results. However, if the query does not have the ORDER BY > part, then I receive 42 results. This seems like a bug to me, and it > shows up in the production server, and in the dashboard data viewer > with GQL queries. The development server works fine (42 results in > both cases). My app id is envy. > > Is there a valid reason this could happen? > > Thanks, > Siva --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
