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

Use isNull rather than eq when checking for null. #9

Closed
wants to merge 1 commit into from
Closed

Conversation

mattmoss
Copy link
Collaborator

@mattmoss mattmoss commented Dec 8, 2021

Query.eq with a null value does not do as expected; use the more specific Query.isNull restriction.

Query.eq with a null value does not do as expected; use the more specific Query.isNull restriction.
@mattmoss
Copy link
Collaborator Author

mattmoss commented Dec 8, 2021

This should me merged before #2 .

@mattmoss mattmoss closed this Dec 8, 2021
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.

1 participant