Query without Limit throws exception when too many results #1249
Labels
api: datastore
Issues related to the Datastore API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi,
I'm using Datastore with gcloud 0.30.3 and when executing a simple Query to find all entities in a Kind that has 1.000 entities, it fails if the query isn't provided a Limit value:
Without Limit
Output
With Limit
Output
The text was updated successfully, but these errors were encountered: