org.teiid.padSpace property does affect to "=" operator. But does not affect to "IN" operator
Issue
org.teiid.padSpace does affect to "=" operator. But does not affect to "IN" operator.
[data for a column named "id"]
"test1 "
["=" operator] I can get a result
SELECT * FROM ViewModel.originalViewTable WHERE ViewModel.originalViewTable.id ='TEST1';
["IN" operator] I can not get a result
SELECT * FROM ViewModel.originalViewTable WHERE ViewModel.originalViewTable.id IN ('TEST1', 'TEST2');
Environment
- Red Hat JBoss Data Virtualization
- 6.0.x
- 6.1.x
- 6.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
