fetch offset does not always work #392
Labels
api: datastore
Issues related to the googleapis/python-ndb API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I have an example where offset values larger than 1000 are still handled as if they were only set to 1000. For a demonstration I have reused the same project that I was using for #386 . So I guess the example could be a bit simpler but hopefully it's simple enough: https://github.com/gaborfeher/ndb-testbed/tree/offset-issue
The short summary is that the below 3 queries are yielding the same set of results for me. I've only tried this in a GAE project, not locally.
The text was updated successfully, but these errors were encountered: