I'm confused. If this statement (GQL query is not allowed, because it uses inequality filters on two different properties in the same query) holds then how am I to do a Calendar type app and query the DataStore for all events that occur within a 30 day window? Isn't that something like:
Select * from Calendar where beginDate >= beginofDateRange and endDate <= endofDateRange How could I do that? How does Google Calendar do that? Thanks, Rick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
