]
Steven Hawkins resolved TEIID-3571.
-----------------------------------
Resolution: Done
It looks like no fix is needed here. Is there a doc note needed somewhere to say that
char is not a supported source type?
Infinispan-dsl-cache translator: Comparison operators don't work
for char column
----------------------------------------------------------------------------------
Key: TEIID-3571
URL:
https://issues.jboss.org/browse/TEIID-3571
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.7.1
Reporter: Filip Elias
Assignee: Van Halbert
Attachments: serverLog.txt
Comparison operators returns wrong result for column of type Character.
Sample queries:
{code}
SELECT CharValue FROM SmallA WHERE SmallA.CharValue < '1'
SELECT CharValue FROM SmallA WHERE SmallA.CharValue = '1'
{code}
These queries return no row even though they should have returned more than 20 rows.