Skip to content

Allow nil conditions in where for backward compatibility#47

Merged
marianomms merged 1 commit intomasterfrom
build-allow-nil-where
Feb 13, 2024
Merged

Allow nil conditions in where for backward compatibility#47
marianomms merged 1 commit intomasterfrom
build-allow-nil-where

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
@qlty-cloud-legacy
Copy link

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
@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