This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Renaming OR queries to ANY
#408
RobertCraigie
started this conversation in
Polls
Replies: 1 comment 1 reply
|
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've received feedback that suggested using
ANYinstead ofORto 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 ·
All reactions