[google-appengine] Re: GQL Query issue

2008-10-22 Thread Chris Spencer
Thanks. But as I said, I have two properties, a start and end date. On Wed, Oct 22, 2008 at 2:11 AM, Marzia Niccolai <[EMAIL PROTECTED]> wrote: > Hi, > > Date ranges shouldn't be a problem, as you can do multiple inequality > filters with App Engine, as long as they are on the same property: > ht

[google-appengine] Re: Retrieving Large Query Sets Containing Inequality Operators

2009-04-19 Thread Chris Spencer
Thanks, but I don't see how that's relevant. Like I said, the ordering of an object's key has no correlation to an object's date. I'm not trying to simply page. That's trivial using the method listed in your link. What I'm trying to do is page through a set of objects limited by a date range. Ch

[google-appengine] Re: Retrieving Large Query Sets Containing Inequality Operators

2009-04-20 Thread Chris Spencer
value, >add 1L and set as the dateEx value of the new entity > This should be done in a transaction or some kind of "Critical > section" to ensure unique sequence numbers > > 2009/4/20 Chris Spencer : >> >> Thanks, but I don't see how that's relevant. Li