Lucie Fabrikova created TEIID-4845:
--------------------------------------
Summary: Google translator comparison with boolean value matches all rows
Key: TEIID-4845
URL:
https://issues.jboss.org/browse/TEIID-4845
Project: Teiid
Issue Type: Bug
Affects Versions: 8.12.10.6_3
Reporter: Lucie Fabrikova
Assignee: Steven Hawkins
Both following queries match and remove all rows (ie. with both true/false/null values):
DELETE WHERE BooleanValue
DELETE WHERE NOT BooleanValue
Where column in foreign table is:
booleanvalue boolean OPTIONS (NATIVE_TYPE 'BOOLEAN')
and view:
BooleanValue boolean
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)