Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New query operators #274

Open
acatalina opened this issue Jun 13, 2022 · 1 comment
Open

New query operators #274

acatalina opened this issue Jun 13, 2022 · 1 comment

Comments

@acatalina
Copy link

Related Issues

Motivation

So very exciting news, at least for me, with new query operators coming to datastore nodejs. I know we probably have to wait for the implementation in the official repo but I wanted to log it in case no one else has seen it.

Proposed solution

Not sure how it works under-the-hood. I tried using the operator with the current library and gave me an 3 INVALID_ARGUMENT: a property filter must specify an operator so guessing we do need to wait for the core library to be updated? It looks to me on this end we only need to update the docs and typescript definitions?

@dmk1111
Copy link
Contributor

dmk1111 commented Oct 11, 2023

@acatalina starting from NodeJS v18 (npm v8) there is a possibility to override dependencies for other packages inside package.json.
Here is how I use overrides with @google-cloud/datastore@8.0.0 in order to start using new query operators:

"gstore-node@7.2.6": {
      "@google-cloud/datastore": "$@google-cloud/datastore"
    }

carnun added a commit that referenced this issue Feb 21, 2024
Add support for Datastore PropertyFilter. Improve handling of dates from the Redis cache

#279 #274
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants