]
Van Halbert moved SOA-3140 to TEIID-1664:
-----------------------------------------
Project: Teiid (was: JBoss Enterprise SOA Platform)
Key: TEIID-1664 (was: SOA-3140)
Affects Version/s: 7.4.1
(was: 5.2.0 GA)
Component/s: Misc. Connectors
(was: EDS)
Security: (was: Public)
Teiid - Teradata queries containing LTRIM and RTRIM on the BQT
booleanvalue column are returning unexpected BQT results
-----------------------------------------------------------------------------------------------------------------------
Key: TEIID-1664
URL:
https://issues.jboss.org/browse/TEIID-1664
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 7.4.1
Reporter: Warren Gibson
Assignee: Van Halbert
Attachments: QT_teradata12_Push.vdb
Teiid - Teradata queries containing LTRIM and RTRIM on the BQT booleanvalue column are
returning unexpected results. The following query should be returning 22 rows but 0 rows
are returned.
SELECT intkey, booleanvalue FROM BQT1.SmallA WHERE LTRIM(BQT1.SmallA.BooleanValue) =
'true' ORDER BY intkey
However, if the LTRIM is removed like (SELECT intkey, booleanvalue FROM BQT1.SmallA WHERE
BQT1.SmallA.BooleanValue = 'true' ORDER BY intkey) 22 rows are returned.
This should be logged against Teiid 7.4.1
VDB attached.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: