]
Steven Hawkins resolved TEIID-3453.
-----------------------------------
Resolution: Done
Applied the pull request and made a couple of minor updates.
Add NOT (negation) support for other non-equality sql criteria,
example Not Like, Not In, etc.
----------------------------------------------------------------------------------------------
Key: TEIID-3453
URL:
https://issues.jboss.org/browse/TEIID-3453
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Affects Versions: 8.7.1.6_2, 8.11
Reporter: Van Halbert
Assignee: Steven Hawkins
Fix For: 8.7.1.6_2, 8.11
Add NOT (negation) support for when using other non-equality type sql criteria. Example:
Not in (1,2,..) or Not like (' ').