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
Is your feature request related to a problem? Please describe.
When you make a client with WithReadOptions(datastore.ReadTime()), this read time is not respected for aggregate queries. It looks like this just never got added in #6755, which only added snapshot reads for the individual accessors.
Describe the solution you'd like
It'd be great to be able to do a GetAll at a specific time that shows all of a certain entity type at that time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When you make a client with
WithReadOptions(datastore.ReadTime())
, this read time is not respected for aggregate queries. It looks like this just never got added in #6755, which only added snapshot reads for the individual accessors.Describe the solution you'd like
It'd be great to be able to do a GetAll at a specific time that shows all of a certain entity type at that time.
The text was updated successfully, but these errors were encountered: