Ensure no replacement of PK columns
Closed this issue · 1 comments
willbryant commented
Using a filter file with replace
on a primary key column would not work. Users are perhaps not super likely to try this for a real explicit PK, but on tables that have no explicit PK they could easily do it for columns in a unique key that we happen to have chosen as the substitute PK. We'd better prevent this.
willbryant commented