Hi guys,

I have this query:

q = MyKind.query()
regs = q.fetch(offset = 990, limit = 10) // *Returns 10 entities.*

If I press next button on my UI:

q = MyKind.query()
regs = q.fetch(offset = 1000, limit = 10) // *Returns 0 * *entities* *.*

MyKind has 1300 entities.

Any thoughts?

Thanks and regards.
Moisés Belchín.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to