Skip to content

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

Merged
mvorisek merged 4 commits intodevelopfrom
rem_dupl_not_equal_op
Jun 25, 2022
Merged

Remove "<>", "is", "is not", "not" operators support#1013
mvorisek merged 4 commits intodevelopfrom
rem_dupl_not_equal_op

Conversation

@mvorisek
Copy link
Copy Markdown
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

Development

Successfully merging this pull request may close these issues.

1 participant