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

Add test for IS NULL and IS NOT NULL #17

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

pocke
Copy link
Owner

@pocke pocke commented Mar 16, 2024

This PR adds test cases for IS NULL and IS NOT NULL.

This PR does not change the production code because this gem already supports these syntaxes. Probably Arel treats them as Equality nodes, so it does not need to treat them explicitly.
However these test cases are meaningful because they can detect API changes of Arel in the future.

@pocke pocke merged commit b417753 into master Mar 16, 2024
4 checks passed
@pocke pocke deleted the Add_test_for__IS_NULL__and__IS_NOT_NULL_ branch March 16, 2024 15:44
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