[google-appengine] Re: Date Range GQL not working.

2009-04-08 Thread Benjamin Ortuzar
in dataview can occur if entities are removed and references didn't update. best regards Niklas On Apr 8, 6:00 am, Benjamin Ortuzar bortu...@gmail.com wrote: Hi Niclas, I tried your remomendations.   data = myData.all().filter(mytype=, type) is returning all the correct that. as soon

[google-appengine] Re: Date Range GQL not working.

2009-04-08 Thread Benjamin Ortuzar
can occur if entities are removed and references didn't update. best regards Niklas On Apr 8, 6:00 am, Benjamin Ortuzar bortu...@gmail.com wrote: Hi Niclas, I tried your remomendations.   data = myData.all().filter(mytype=, type) is returning all the correct that. as soon as i add

[google-appengine] Re: Date Range GQL not working.

2009-04-07 Thread Benjamin Ortuzar
filtered searches. What do you suggest? My data was uploaded using the google bulkload python script, and it run successfully with no errors. Thanks, ben On Apr 7, 4:18 pm, niklas nikla...@gmail.com wrote: On 6 Apr, 20:47, Benjamin Ortuzar bortu...@gmail.com wrote: Hi gents, Im trying

[google-appengine] Date Range GQL not working.

2009-04-06 Thread Benjamin Ortuzar
Hi gents, Im trying to search for some codes within a date range, but some dates that exist in the database are not being returned by the query. Here is an extract of the code in using. deltaDays = timedelta(days= 10) endDate = datetime.date.today()