On Mon, Nov 30, 2009 at 1:30 PM, Joshua Smith <[email protected]> wrote: > Are you sure all 4 entities *have* an "id" field. I've been bitten by that > when I added a new field. if you mention a field that an entity is missing > anywhere in the GQL, then that entity will not show up in your query results.
Yes, they all do have an id field. Note that the ordered query works just fine on the development server, returning 4 results. For now, my workaround is to retrieve the entities unordered and sort them in the server code. Eric. -- 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.
