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
Currently removes are done by passing Query instances to Datastore.remove(). This is an awkward API and ends up assuming things about the query to be able to delete. Moving remove() to Query will simplify both usage and implementation.
The text was updated successfully, but these errors were encountered:
Currently removes are done by passing
Query
instances toDatastore.remove()
. This is an awkward API and ends up assuming things about the query to be able to delete. Movingremove()
toQuery
will simplify both usage and implementation.The text was updated successfully, but these errors were encountered: