View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005630 | SymmetricDS | Improvement | public | 2022-12-13 18:32 | 2022-12-13 19:00 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.4 | Fixed in Version | 3.14.4 | ||
Summary | 0005630: When deleting FK child rows during conflict resolution and old_data is null, query for the parent row on the target | ||||
Description | Currently, when deleting FK child rows during conflict resolution, if old_data is null, SymmetricDS will attempt to use the pk_data to find the child rows. This does not work if the child rows reference a column that is not a part of the PK. In this case, it would be better to use the pk_data to query for the parent row on the target and then use the data from the target's parent row to find the child rows. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.14 219d6d18 2022-12-13 18:56:05 evan-miller-jumpmind Details Diff |
0005630: Added query for parent row when deleting FK child rows during conflict resolution and old_data is null |
Affected Issues 0005630 |
|
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DefaultDatabaseWriterConflictResolver.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-13 18:32 | emiller | New Issue | |
2022-12-13 18:32 | emiller | Status | new => assigned |
2022-12-13 18:32 | emiller | Assigned To | => emiller |
2022-12-13 18:32 | emiller | Issue generated from: 0005629 | |
2022-12-13 18:32 | emiller | Relationship added | related to 0005629 |
2022-12-13 18:32 | emiller | Relationship added | related to 0005628 |
2022-12-13 18:56 | emiller | Status | assigned => resolved |
2022-12-13 18:56 | emiller | Resolution | open => fixed |
2022-12-13 18:56 | emiller | Fixed in Version | => 3.14.4 |
2022-12-13 19:00 | Changeset attached | => SymmetricDS 3.14 219d6d18 | |
2023-01-16 20:59 | admin | Status | resolved => closed |