I have a table called Transaction and a property on that table called dateReceived. Some entries have dateReceived with a datetime, and some are null. When I try to ORDER BY dateReceived either ASC or DESC (I have indicies for both), all I get back are the NULL columns. This is what happends when I use one of these indexes, which also includes ancestor.
If I use the built in dateReceived index, I am getting back Transactions sorted chronologically by date, but not all of them are coming through. Some of the most recent entries that are returned when I do an *ancestor query only* are not coming back, so I thought it might be an ancestor issue, maybe I was saving some entities without their parent key, but in the datastore view, i do see they all have parent keys. This is very frustrating and I wish I understood datastore indexes better. I would be grateful to anyone who can shed some light -- 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.
