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

Allow nil conditions in where for backward compatibility #47

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

marianomms
Copy link
Member

s1_event_service consumes this gem and recent upgrade to latest version caused ArgumentErrors because we do pass nil values to the eq condition in places.

This will allow us to continue to do that provided we set the env var to skip that specific validation check.

Related:
#38

@marianomms marianomms self-assigned this Feb 2, 2024
@marianomms marianomms added the enhancement New feature or request label Feb 2, 2024
Copy link

codeclimate bot commented Feb 2, 2024

Code Climate has analyzed commit fddc3b2 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@marianomms marianomms merged commit 737f098 into master Feb 13, 2024
1 check passed
@marianomms marianomms deleted the build-allow-nil-where branch February 13, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants