View Revisions: Issue #5113
Summary | 0005113: Data mapping is incorrect on an insert fallback to update potentially when column count on target is not the same as row data | ||
---|---|---|---|
Revision | 2021-11-01 18:54 by elong | ||
Steps To Reproduce | Source create table (extra_value varchar(100), id int, val1 varchar(100)); Target create table (id int primary key, val1 varchar(100)); Insert a row at the source that already exists at the target |
||
Revision | 2021-11-01 13:35 by josh-a-hicks | ||
Steps To Reproduce | Source create table (extra_value varchar(100), id int primary key, val1 varchar(100)); Target create table (id int primary key, val1 varchar(100)); Insert a row at the source that already exists at the target |