]
Steven Hawkins resolved TEIID-3732.
-----------------------------------
Resolution: Out of Date
Enable Infinispan-cache translator to negate intNum <> 1
returning true when column is null
--------------------------------------------------------------------------------------------
Key: TEIID-3732
URL:
https://issues.jboss.org/browse/TEIID-3732
Project: Teiid
Issue Type: Feature Request
Components: JDG Connector
Reporter: Van Halbert
Assignee: Van Halbert
This is related to TEIID-3573. To add a support option so that when the translator
sees criteria like intNum<>1 it would need to produce "intNum<>1 and
intNum IS NOT NULL".
This would negate the issue in JDG where it resolves intNum <> 1 to true when the
column is null.