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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: allow $in operator to be used with stored array #129

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

DataHearth
Copy link
Contributor

@DataHearth DataHearth commented Aug 4, 2023

Allow $in to be used with stored array

TODO

  • update DbOp::In match operator in vm.rs
  • add test_all.rs

Ref

https://www.mongodb.com/docs/manual/reference/operator/query/in/#use-the--in-operator-to-match-values-in-an-array

Notes

It should be merged after the #128 PR as I used the branch from start instead of master (for not reason tho 馃槀)

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

Successfully merging this pull request may close these issues.

None yet

1 participant