]
Lucie Fabrikova commented on TEIID-4712:
----------------------------------------
I re-tested it with latest teiid and it worked correctly.
Google translator throws exception for DELETE where <>
------------------------------------------------------
Key: TEIID-4712
URL:
https://issues.jboss.org/browse/TEIID-4712
Project: Teiid
Issue Type: Bug
Affects Versions: 9.2
Reporter: Lucie Fabrikova
Assignee: Steven Hawkins
Attachments: googlespreadsheetcrud-vdb.xml, server.log
Google translator throws exception "Invalid query parameter value for sq." for
query DELETE FROM smalla WHERE col <> colValue (see attachment - server log after
running query "delete from smalla where shortvalue <> 5303")
I observed the exception is thrown for all types.
Next, I observed following behavior for operator <>:
- for datatypes double, float, bigdecimal, timestamp: SELECT returns no rows, UPDATE
affects no rows