View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006406 | SymmetricDS | Bug | public | 2024-05-07 09:58 | 2024-05-15 18:00 |
Reporter | mrozieres | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.6 | ||||
Target Version | 3.15.7 | Fixed in Version | 3.15.7 | ||
Summary | 0006406: Trigger Sync do not capture updates on included_column_names or excluded_column_names | ||||
Description | Updating a trigger included_column_names or exlucded_column_names values is not enougth to let Symmetric understand it should rebuild / resync it. This modification is not seen by Symmetric because the values of theses fields are not used inside the Trigger.toHashedValue function. I think adding theses few lines at the end on the function should solve the issue :) if (null != excludedColumnNames) { hashedValue += excludedColumnNames.hashCode(); } if (null != includedColumnNames) { hashedValue += includedColumnNames.hashCode(); } | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-07 09:58 | mrozieres | New Issue | |
2024-05-15 17:24 | pmarzullo | Note Added: 0002448 | |
2024-05-15 17:25 | pmarzullo | Assigned To | => pmarzullo |
2024-05-15 17:25 | pmarzullo | Status | new => confirmed |
2024-05-15 17:26 | elong | Assigned To | pmarzullo => elong |
2024-05-15 17:26 | elong | Status | confirmed => resolved |
2024-05-15 17:26 | elong | Resolution | open => fixed |
2024-05-15 17:26 | elong | Fixed in Version | => 3.15.7 |
2024-05-15 18:00 | admin | Changeset attached | => SymmetricDS 3.15 306110e9 |
2024-06-07 16:46 | admin | Status | resolved => closed |