Removing datastore key query filter restriction.#918
Removing datastore key query filter restriction.#918dhermes merged 1 commit intogoogleapis:masterfrom
Conversation
Also checking in `Query` constructor that all the filters are valid. Fixes googleapis#917.
|
Yes, key inequalities are allowed. |
|
@pcostell does the API allow arbitrary rich comparisons on keys ( |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
I see that @vinays uses |
|
Yes I mean |
|
@pcostell OK, thanks. For future reference, I found the docs for key filters which describe those semantics (but not as clearly as you did :). |
|
@dhermes LGTM |
Removing datastore key query filter restriction.
Also checking in
Queryconstructor that all the filters are valid.Fixes #917.
@pcostell Can you verify that key inequality filters work? (The docs clearly state they do, just want to be careful.) This has been in the codebase longer than I've been working on the project, so maybe it was introduced before inequality filters were allowed?