]
RH Bugzilla Integration commented on TEIID-4197:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug
Redshift - some comparison conditions are not supported with ANY,
SOME and ALL
------------------------------------------------------------------------------
Key: TEIID-4197
URL:
https://issues.jboss.org/browse/TEIID-4197
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.12.x
Reporter: Juraj DurĂ¡ni
Assignee: Steven Hawkins
Fix For: 9.0, 8.12.5
Some comparison conditions are not supported in Redshift with ANY, SOME and ALL.
*ALL:*
_Query:_ SELECT INTKEY FROM Source.SMALLA WHERE INTKEY > ALL (SELECT INTKEY FROM
Source.SMALLA WHERE INTKEY < 45)
_Exception message:_ Caused by: org.postgresql.util.PSQLException: ERROR: ALL with <,
>, <=, >=, or = comparison condition is not supported
*ANY:*
_Query:_ SELECT INTKEY FROM Source.SMALLA WHERE INTKEY > ANY (SELECT INTKEY FROM
Source.SMALLA WHERE INTKEY < 45)
_Exception message:_ Caused by: org.postgresql.util.PSQLException: ERROR: ANY or SOME
with <, >, <=, >=, <>, or != comparison condition is not supported