]
Steven Hawkins resolved TEIID-4855.
-----------------------------------
Resolution: Duplicate Issue
For this to be addressed in master it has to be the same as TEIID-4668. The 8.12 version
should be double checked as that fix was already checked into that branch.
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