[
https://issues.jboss.org/browse/TEIID-3685?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-3685.
-----------------------------------
Fix Version/s: 9.0.1
9.0
(was: 8.12)
(was: 8.11.4)
(was: 8.7.2.6_2)
Resolution: Done
Also needed to correct the clone method for this to work as expected for temporary tables
- and it would also affect other scenarios where the criteria was cloned, but not fully
pushed to a non-temporary source.
org.teiid.padSpace does not affect to the "IN" operator
-------------------------------------------------------
Key: TEIID-3685
URL:
https://issues.jboss.org/browse/TEIID-3685
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.7.1
Environment: JBoss DV 6.1.2
Reporter: hisao furuichi
Assignee: Steven Hawkins
Fix For: 9.0.1, 9.0
Attachments: datasert.csv, INTERNAL_TEST.zip, test.vdb
org.teiid.padSpace does affect to "=" operator. But does not affect to
"IN" operator.
[data for a column named "id"]
{noformat}
"test1 "
{noformat}
["=" operator] I can get a result
{noformat}
SELECT * FROM ViewModel.originalViewTable WHERE ViewModel.originalViewTable.id
='TEST1';
{noformat}
["IN" operator] I can not get a result
{noformat}
SELECT * FROM ViewModel.originalViewTable WHERE ViewModel.originalViewTable.id IN
('TEST1', 'TEST2');
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)