View Issue Details

IDProjectCategoryView StatusLast Update
0005091SymmetricDSBugpublic2021-11-04 14:58
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.11 
Target Version3.12.12Fixed in Version3.12.12 
Summary0005091: Table Reload Requests: create schema, delete data, before custom sql should honor initial load order less than 0
DescriptionIf 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 Reproduce1. 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.
Tagsinitial/partial load

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 34f5db39

2021-09-27 19:00:39

pmarzullo

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

pmarzullo

Details Diff
0005091: Committed too much Affected Issues
0005091
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java Diff File

Issue History

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