|
|
Reporter | elong | Assigned To | elong | |
---|
Priority | normal | |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | 3.16.0 | |
---|
Target Version | 3.16.2 | Fixed in Version | 3.16.2 | |
---|
|
|
Summary | 0006841: Compare tables when columns are renamed on target |
---|
Description | Comparison of tables will not match when the target table has columns named differently than the source. Each side selects columns from the table in alphabetical order and passes data through the checksum in that order, so the checksum doesn't match. Use the transform configuration to find the mapping of source column to target column, and use the source column name for ordering the columns. |
---|
Steps To Reproduce | source table: id, name, email, age
target table: id, full_name, work_email, age |
---|
Tags | compare repair |
---|
|
|