View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005091 | SymmetricDS | Bug | public | 2021-09-27 18:57 | 2021-11-04 14:58 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.12.11 | ||||
Target Version | 3.12.12 | Fixed in Version | 3.12.12 | ||
Summary | 0005091: Table Reload Requests: create schema, delete data, before custom sql should honor initial load order less than 0 | ||||
Description | If the initial load order value is less than 0, then the initial load is not executed for that trigger/router combination. This same flag should cause the create schema, delete data, and before custom SQL to not execute as well. | ||||
Steps To Reproduce | 1. Configure trigger/router record with initial load order = -1 2. Table reload request the table, asking to delete the records first. 3. Records will be deleted, but the table will not be loaded. 1. Configure trigger/router record with initial load order = -1 2. Table reload request the table, asking to create the table first. 3. Table will be created, but table will not be loaded. 1. Configure trigger/router record with initial load order = -1 2. Table reload request the table, asking to execute a custom SQL. 3. Before custom SQL will be executed, but the table will not be loaded. | ||||
Tags | initial/partial load | ||||
SymmetricDS: 3.12 34f5db39 2021-09-27 19:00:39 Details Diff |
0005091: Table Reload Requests: create schema, delete data, before custom sql should honor initial load order less than 0 |
Affected Issues 0005091 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java | Diff File | ||
SymmetricDS: 3.12 17c33f49 2021-09-27 19:03:43 Details Diff |
0005091: Committed too much |
Affected Issues 0005091 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-09-27 18:57 | pmarzullo | New Issue | |
2021-09-27 18:57 | pmarzullo | Status | new => assigned |
2021-09-27 18:57 | pmarzullo | Assigned To | => pmarzullo |
2021-09-27 18:57 | pmarzullo | Tag Attached: initial/partial load | |
2021-09-27 20:00 | pmarzullo | Changeset attached | => SymmetricDS 3.12 17c33f49 |
2021-09-27 20:00 | pmarzullo | Changeset attached | => SymmetricDS 3.12 34f5db39 |
2021-09-28 17:13 | pmarzullo | Status | assigned => resolved |
2021-09-28 17:13 | pmarzullo | Resolution | open => fixed |
2021-09-28 17:13 | pmarzullo | Fixed in Version | => 3.12.12 |
2021-11-04 14:58 | admin | Status | resolved => closed |