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

Feat: Allow null queries #169

Closed
wants to merge 3 commits into from
Closed

Feat: Allow null queries #169

wants to merge 3 commits into from

Conversation

Meldiron
Copy link
Contributor

This PR tries to solve queries with null values failing, such as Query.equal("name", null).

Marked as a draft because the solution sounds too simple to be correct 😅

  • New tests implemented

@Meldiron Meldiron marked this pull request as ready for review August 23, 2022 16:33
@eldadfux
Copy link
Member

Any chance this problem is already solved in #194 ?

@abnegate
Copy link
Member

Closing as this will be superseded by future features

@abnegate abnegate closed this Jan 10, 2023
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.

need ability to query for null values (or filter for non-null values) in collections
3 participants