-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.triage meI really want to be triaged.I really want to be triaged.
Milestone
Description
If the query contains a limit, backend keeps returning MORE_RESULTS_AFTER_LIMIT even though there are none.
var q = ds.query(['Kind']).limit(10);We make an end cursor comparison to detect where to terminate pagination, but it costs us one extra query that returns an empty list of results.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.triage meI really want to be triaged.I really want to be triaged.