-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
This API should be feature comparable to the standard API. 1 such feature that is missing is a count query which can very easily be implemented according to this ticket that was just closed:
All that is necessary is 1 of 3 things.
-
Don't implement it, but allow a user workaround by allowing setting a limit of 0. Why not? You can do it with other APIs.
-
Implement it as described in the above ticket (which works), add a count method, and maintain the exception of no allowing limits of 0.
-
Do both.
Either way, I don't quite understand the special java implementation that throws and exception with a limit of 0 is set considering this serves a purpose and is allowed by other APIs.
montssmontss
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.