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

feat: add not in list fix #43

Merged
merged 1 commit into from
Jul 26, 2024
Merged

feat: add not in list fix #43

merged 1 commit into from
Jul 26, 2024

Conversation

MikaAK
Copy link
Owner

@MikaAK MikaAK commented Jul 26, 2024

Closes #42

@dvv
Copy link

dvv commented Jul 26, 2024

Thank you!

@MikaAK MikaAK force-pushed the feat/not-in-filter branch from bf6ec31 to 7bbcb35 Compare July 26, 2024 07:46
@MikaAK MikaAK force-pushed the feat/not-in-filter branch from 7bbcb35 to 2d22d3b Compare July 26, 2024 07:48
Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 0.38%. Comparing base (829e819) to head (2d22d3b).

Files Patch % Lines
lib/query_builder/schema/comparison_filter.ex 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main     #43      +/-   ##
========================================
- Coverage   0.38%   0.38%   -0.01%     
========================================
  Files         11      11              
  Lines        260     261       +1     
========================================
  Hits           1       1              
- Misses       259     260       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MikaAK MikaAK merged commit 3b3c4c4 into main Jul 26, 2024
4 of 6 checks passed
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.

How to express "not in" filter?
2 participants