We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doctrine provide a IS EMPTY and IS NOT EMPTY check https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html#get-all-users-that-have-no-phonenumber
IS EMPTY
IS NOT EMPTY
So the EmptyFilter is misleading, since he's doing a NULL check. And it avoid us to implement the "real" EmptyFilter.
NULL
I think we should
WDYT @sonata-project/contributors
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request
Doctrine provide a
IS EMPTY
andIS NOT EMPTY
checkhttps://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html#get-all-users-that-have-no-phonenumber
So the EmptyFilter is misleading, since he's doing a
NULL
check.And it avoid us to implement the "real" EmptyFilter.
I think we should
WDYT @sonata-project/contributors
The text was updated successfully, but these errors were encountered: