google-cloud-go
google-cloud-go copied to clipboard
datastore: uncomment `!=`, `in`, and `not-in` test cases in integration_test
The test GCP project for this repro needs updating to allow usage of the !=
, in
, and not-in
operators. Once this update has occurred, we need to uncomment the integration tests for these operations.
Are you referring to the Datastore emulator? As of July 2 (the last time that I checked), the emulator does not support the new operators, but the production Datastore does.
That's good to know that you're seeing these features in prod! Thank you @tekkamanendless .