]
Lucie Fabrikova commented on TEIID-4855:
----------------------------------------
On latest teiid 9.3 this issue doesn't appear.
Google translator behaves unexpectedly for multi value INSERT with
null
-----------------------------------------------------------------------
Key: TEIID-4855
URL:
https://issues.jboss.org/browse/TEIID-4855
Project: Teiid
Issue Type: Bug
Affects Versions: 8.12.10.6_3
Reporter: Lucie Fabrikova
Assignee: Steven Hawkins
Following query with multivalue insert generates unexpected results:
* INSERT INTO SmallA (Intkey, IntNum) VALUES (1,null),(2,20)
- row 1: Intkey = 1, Intnum and other columns are empty
- row 2: Intkey = 2, Intnum and other columns (StringNum, BooleanValue,...) have value
set to 20