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

Remove "<>", "is", "is not", "not" operators support #1013

Merged
merged 4 commits into from
Jun 25, 2022

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Jun 25, 2022

remove <> operator support in favor of !=

and assert an operator is supported during SQL query render

also remove support of is, is not, not operators in favor of = and !=

also remove = support for array values, use in operator instead

@mvorisek mvorisek changed the title Rm "<>" operator support in favor of "!=" Remove "<>" operator support in favor of "!=" Jun 25, 2022
@mvorisek mvorisek changed the title Remove "<>" operator support in favor of "!=" Remove "<>", "is", "is not", "not" operators support Jun 25, 2022
@mvorisek mvorisek merged commit 02f6056 into develop Jun 25, 2022
@mvorisek mvorisek deleted the rem_dupl_not_equal_op branch June 25, 2022 15:50
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.

1 participant