Renaming OR
queries to ANY
#408
RobertCraigie
started this conversation in
Polls
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've received feedback that suggested using
ANY
instead ofOR
to structure queries. This means that this query:Would become:
This can make it more clear what the query is actually doing.
It should be noted that this change would have to be completed over a single version bump (
0.6.6
->0.7.0
) due to a mypy limitation.15 votes ·
Beta Was this translation helpful? Give feedback.
All reactions