[appengine-java] Re: Date Range Query

2010-02-25 Thread Max
ListProperty is simply a collection. You can simply persist a list of GAE primitive type into datastore On Feb 25, 9:07 pm, Steve Pritchard wrote: > This post is very helpful found > athttp://appengine-cookbook.appspot.com/recipe/how-to-query-by-date-range > > Often, you need to store, and retr

[appengine-java] Re: Date Range Query

2010-02-26 Thread Steve Pritchard
Thanks for the help. Looks like I had better do it inside my code for now. Steve On Feb 26, 2:35 am, John Patterson wrote: > Be careful of the start-end date query trick - it does not work.   > There was a bug in the SDK that made it appear to work. > > "an entity will only match the query if it

Re: [appengine-java] Re: Date Range Query

2010-02-25 Thread John Patterson
Be careful of the start-end date query trick - it does not work. There was a bug in the SDK that made it appear to work. "an entity will only match the query if it has an individual value for that property that matches all of the inequality filters" http://code.google.com/appengine/docs/py