Re: [google-appengine] Using a datastore query cursor while deleting contents returns empty results

2013-10-07 Thread Vinny P
On Mon, Oct 7, 2013 at 3:49 AM, Francois Masurel wrote: > To purge some user related contents, I am using a task which does a simple > *keys only query* and then doing a *delete batch of the keys*. I am using > a cursor if needed. > The query is only defined by a *"kind"* filter and an *equality

[google-appengine] Using a datastore query cursor while deleting contents returns empty results

2013-10-07 Thread Francois Masurel
Hi everybody, To purge some user related contents, I am using a task which does a simple *keys only query* and then doing a *delete batch of the keys*. I am using a cursor if needed. The query is only defined by a *"kind"* filter and an *equality filter* on a *user ID* string field, *no sort o