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
-~----------~----~----~----~------~----~------~--~---

Reply via email to