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(contact): account for null in inequality check #32

Merged
merged 2 commits into from
Jun 23, 2023

Conversation

dargmuesli
Copy link
Member

NULL is always not inequal to anything. So instead of != or <> we need to check if IS DISTINCT FROM.

@dargmuesli dargmuesli requested a review from a team June 20, 2023 16:06
@dargmuesli dargmuesli merged commit 54ed437 into master Jun 23, 2023
@dargmuesli dargmuesli deleted the fix/contact/delete branch June 23, 2023 06:55
@maevsi-bot
Copy link

🎉 This PR is included in version 1.17.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants