View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005588 | SymmetricDS | Bug | public | 2022-11-15 15:16 | 2022-11-15 15:21 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | duplicate | ||
Product Version | 3.12.11 | ||||
Summary | 0005588: Sync Triggers- Need to keep track of new trigger names created so that duplicates will not be created | ||||
Description | Duplicate trigger names, when sync triggers runs, are compared against the current set of tables and triggers created for those tables. But when the list of triggers that are synced are new, we need to make sure that the names for the new triggers do not collide with other triggers that are new. So we need to keep track of names that are calculated for the new triggers, and add a check against this list of names for the new triggers to make sure that the names for the new triggers do not collide. | ||||
Steps To Reproduce | 1. Create table BBA and table BBE. 2. Create synch scenario for these two tables, and sync triggers. | ||||
Tags | sync-trigger | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-11-15 15:16 | pmarzullo | New Issue | |
2022-11-15 15:16 | pmarzullo | Status | new => assigned |
2022-11-15 15:16 | pmarzullo | Assigned To | => pmarzullo |
2022-11-15 15:16 | pmarzullo | Tag Attached: sync-trigger | |
2022-11-15 15:19 | pmarzullo | Product Version | 3.12.12 => 3.12.11 |
2022-11-15 15:21 | pmarzullo | Status | assigned => closed |
2022-11-15 15:21 | pmarzullo | Resolution | open => duplicate |
2022-11-15 15:21 | pmarzullo | Relationship added | duplicate of 0005584 |