You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation you are referring to is based on a json-based public REST api. This was only a stop-gap for non-AppEngine use cases until we had a much more performant gRPC-based implementation which works everywhere (which is why IIRC it is only under lib/src).
The assertion
assert(isLast != moreBatches);
in https://github.com/dart-lang/gcloud/blob/master/lib/src/datastore_impl.dart#L555 failed becausemoreResults == 'NOT_FINISHED'
instead of'MORE_RESULTS_AFTER_LIMIT'
.See MoreResultsType in https://cloud.google.com/datastore/docs/reference/data/rpc/google.datastore.v1
The text was updated successfully, but these errors were encountered: