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

Support all comparison query operators #251

Closed
8 tasks done
AlekSi opened this issue Jan 13, 2022 · 5 comments · Fixed by #499
Closed
8 tasks done

Support all comparison query operators #251

AlekSi opened this issue Jan 13, 2022 · 5 comments · Fixed by #499
Assignees
Labels
code/feature Some user-visible feature is not implemented yet
Milestone

Comments

@AlekSi
Copy link
Member

AlekSi commented Jan 13, 2022

Support all query comparison operators for all data types.

  • $eq
  • $gt
  • $gte
  • $lt
  • $lte
  • $in
  • $ne
  • $nin
@AlekSi AlekSi added the code/feature Some user-visible feature is not implemented yet label Jan 13, 2022
@AlekSi AlekSi changed the title Support all query comparison operators Support all comparison query operators Jan 13, 2022
@AlekSi AlekSi added the good first issue Good issues for new external contributors label Jan 13, 2022
@ribaraka
Copy link
Contributor

I would like to work on this one.

@AlekSi
Copy link
Member Author

AlekSi commented Jan 19, 2022

I propose to do everything end-to-end (implementation, tests, integration tests) for one operator (for example, $eq), then do the rest.

@ribaraka
Copy link
Contributor

got it. I will create seperate PRs for each operator.

@AlekSi
Copy link
Member Author

AlekSi commented Jan 19, 2022

Sure, that's a good idea. But I propose is to do and merge one PR first, then start with the rest. Otherwise, you would have to change several PRs after each review cycle and do more busy work in the end.

@ribaraka
Copy link
Contributor

Agreed. I'm going to do one PR after each merge.

@AlekSi AlekSi removed the good first issue Good issues for new external contributors label Mar 19, 2022
@AlekSi AlekSi added this to the v0.1.1 milestone Mar 31, 2022
AlekSi pushed a commit that referenced this issue Apr 1, 2022
AlekSi pushed a commit to FerretDB/dance that referenced this issue Apr 1, 2022
AlekSi pushed a commit that referenced this issue Apr 4, 2022
AlekSi pushed a commit that referenced this issue Apr 7, 2022
@AlekSi AlekSi modified the milestones: v0.1.1, v0.2.0 Apr 18, 2022
AlekSi pushed a commit that referenced this issue Apr 19, 2022
AlekSi pushed a commit that referenced this issue Apr 19, 2022
AlekSi pushed a commit that referenced this issue Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/feature Some user-visible feature is not implemented yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants