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

Fix IN() operator return when left-hand side is null #173

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

ohaibbq
Copy link
Contributor

@ohaibbq ohaibbq commented Feb 21, 2024

Closes #172

@codecov-commenter
Copy link

Codecov Report

Merging #173 (805b5d2) into main (961ce06) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #173      +/-   ##
==========================================
- Coverage   46.39%   46.38%   -0.02%     
==========================================
  Files          47       47              
  Lines       17828    17828              
==========================================
- Hits         8271     8269       -2     
- Misses       8111     8118       +7     
+ Partials     1446     1441       -5     

Copy link
Owner

@goccy goccy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your great PR !!

@goccy goccy merged commit 3556815 into goccy:main Mar 9, 2024
6 checks passed
@ohaibbq ohaibbq deleted the dan/in-null branch March 28, 2024 18:12
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.

IN() operator returns false when left-hand value is null
3 participants