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

No WHERE push down support for = ANY and <> ALL #171

Open
Climax777 opened this issue Nov 15, 2023 · 0 comments
Open

No WHERE push down support for = ANY and <> ALL #171

Climax777 opened this issue Nov 15, 2023 · 0 comments

Comments

@Climax777
Copy link

Climax777 commented Nov 15, 2023

Currently, there is no support for pushdown on WHERE clauses like = ANY or <> ALL, where Mongo's $in: [...] or $not: {$in: [...]} would work.

Although this is probably not the most crucial of features, I need it a lot for my use case, especially with arrays of ObjectIDs. This also needs #169, which is potentially fixed by #170 according to my specific testing.

A PR will follow shortly to address the array feature.

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

1 participant