>From http://code.google.com/appengine/docs/python/datastore/queryclass.html
:

The datastore fetches offset + limit results to the application. The
first offset results are not skipped by the datastore itself.
--
Alex
http://sharp-developer.net/

On Mar 8, 10:56 am, Let Delete My Apps <davide.rogn...@gmail.com>
wrote:
> *** The Query Class 
> ***http://code.google.com/appengine/docs/python/datastore/queryclass.html
>
> --> fetch(limit, offset=0)
> offset --> The number of results to skip.
>
> Then?
> Why do I see this error?
>
> BadRequestError: offset may not be above 1000
> .
> .
> On Mar 8, 6:06 am, Wooble <geoffsp...@gmail.com> wrote:
>
> > On Mar 7, 5:05 pm, Let Delete My Apps <davide.rogn...@gmail.com>
> > wrote:
>
> > > Hi All,
> > > I see this error using this code:
>
> > > query.fetch(1000, offset=1001)
>
> > RTFM before deleting all of your apps.
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to