google-cloud-datastore icon indicating copy to clipboard operation
google-cloud-datastore copied to clipboard

Low-level, Protobuf-based Java and Python client libraries for Cloud Datastore. Check out google-cloud-java and google-cloud-python first!

Results 13 google-cloud-datastore issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

type: process
api: datastore

Trying to run aggregation queries in the emulator produces this error: ``` com.google.datastore.v1.client.DatastoreException: Method google.datastore.v1.Datastore/RunAggregationQuery is unimplemented, code=UNIMPLEMENTED ``` This is causing problems for Objectify users because `count()` is now...

type: feature request

This is a result of the emulator being built on the Cloud Datastore API for App Engine, which only distinguishes between NOT_FINISHED or not. Since the `more_results` flag is a...

type: bug
priority: p3
external
api: datastore

See discuss in: https://groups.google.com/d/topic/gcd-discuss/BGecRthhJ1w/discussion

type: feature request
api: datastore

While datastore supports Null values, add_properties will give you an error if you try to use add_properties with a null value for any field.

type: feature request
api: datastore

When setting a `JSON Property` type value to an entity, `TypeError` is raised.

type: feature request
api: datastore

This library should support the `MultiQuery` class ([docs](https://cloud.google.com/appengine/docs/standard/python/refdocs/google.appengine.api.datastore), [source](https://cloud.google.com/appengine/docs/standard/python/refdocs/modules/google/appengine/api/datastore#MultiQuery)) found in the original datastore API. ### Background According to the [App Engine migration guide](https://cloud.google.com/appengine/docs/flexible/python/migrating#datastore), the original API is being phased...

type: feature request
api: datastore

There is no way to makeValue for Text type, instead of String. That's a problem when for any reason it is mandatory to have it a Text. I guess there...

type: feature request
api: datastore

Is it possible to delete `records` in *batch* using NodeJS based on *condition*? Below is sample code for batch delete, but preparing `taskKey1`, `taskKey2`... etc is not a elegant as...

type: feature request
api: datastore