View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004229 | SymmetricDS | Bug | public | 2020-01-03 20:02 | 2020-06-04 17:55 |
Reporter | tmdoit | Assigned To | elong | ||
Priority | low | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.11.3 | ||||
Target Version | 3.12.0 | Fixed in Version | 3.12.0 | ||
Summary | 0004229: [Docs] Invalid column name in "Example 2. Sample Group Links" | ||||
Description | Wrong column names: source_node_group, target_node_group. Is: ``` insert into SYM_NODE_GROUP_LINK (source_node_group, target_node_group, data_event_action) values ('store', 'corp', 'P'); insert into SYM_NODE_GROUP_LINK (source_node_group, target_node_group, data_event_action) values ('corp', 'store', 'W'); ``` Should: ``` insert into SYM_NODE_GROUP_LINK (source_node_group_id, target_node_group_id, data_event_action) values ('store', 'corp', 'P'); insert into SYM_NODE_GROUP_LINK (source_node_group_id, target_node_group_id, data_event_action) values ('corp', 'store', 'W'); ``` | ||||
Tags | documentation | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-01-03 20:02 | tmdoit | New Issue | |
2020-01-03 20:02 | tmdoit | Tag Attached: docs | |
2020-05-21 15:03 | elong | Tag Attached: documentation | |
2020-05-21 15:03 | elong | Tag Detached: docs | |
2020-05-21 15:06 | elong | Assigned To | => elong |
2020-05-21 15:06 | elong | Status | new => resolved |
2020-05-21 15:06 | elong | Resolution | open => fixed |
2020-05-21 15:06 | elong | Fixed in Version | => 3.12.0 |
2020-05-21 15:06 | elong | Target Version | => 3.12.0 |
2020-05-26 18:48 | elong | Status | resolved => closed |
2020-06-04 17:55 | admin | Changeset attached | => SymmetricDS 3.12 52d93e6d |