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
We currently have an "=" operator, but no "!=" operator
query-lib, PostgresqlOperatorTranslator
query-lib
PostgresqlOperatorTranslator
functional completeness of query operators
simply negate the EqualsOperatorPredicate
EqualsOperatorPredicate
The text was updated successfully, but these errors were encountered:
paullatzelsperger
Successfully merging a pull request may close this issue.
Feature Request
We currently have an "=" operator, but no "!=" operator
Which Areas Would Be Affected?
query-lib
,PostgresqlOperatorTranslator
Why Is the Feature Desired?
functional completeness of query operators
Solution Proposal
simply negate the
EqualsOperatorPredicate
The text was updated successfully, but these errors were encountered: