View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003637 | SymmetricDS | Bug | public | 2018-07-19 16:14 | 2018-08-03 14:12 |
| Reporter | mmichalek | Assigned To | mmichalek | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.9.0 | ||||
| Target Version | 3.9.10 | Fixed in Version | 3.9.10 | ||
| Summary | 0003637: Table transforms update first setting bleeds into subsequent transforms | ||||
| Description | Whenever an Update First transform is encountered, all subsequent transform outputs will take on the eventType of UPDATE instead of INSERT. TransformWriter:168: for (TransformTable transformation : transformTables) { if (eventType == DataEventType.INSERT && transformation.isUpdateFirst()) { eventType = DataEventType.UPDATE; } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-07-19 16:14 | mmichalek | New Issue | |
| 2018-07-19 16:14 | mmichalek | Status | new => assigned |
| 2018-07-19 16:14 | mmichalek | Assigned To | => mmichalek |
| 2018-07-20 18:52 | mmichalek | Category | Improvement => Bug |
| 2018-07-23 13:19 | mmichalek | Status | assigned => resolved |
| 2018-07-23 13:19 | mmichalek | Resolution | open => fixed |
| 2018-07-23 13:19 | mmichalek | Fixed in Version | => 3.9.10 |
| 2018-07-23 14:00 | mmichalek | Changeset attached | => SymmetricDS 3.9 c18b03f4 |
| 2018-08-03 14:12 | chenson | Status | resolved => closed |