View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003060 | SymmetricDS | Bug | public | 2017-04-18 17:26 | 2018-02-14 20:08 |
| Reporter | mmichalek | Assigned To | mmichalek | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.9.0 | ||||
| Target Version | 3.9.0 | Fixed in Version | 3.9.0 | ||
| Summary | 0003060: Data generated by a transform isn't visible to later transforms (when using multiple load transforms on one table) | ||||
| Description | For example: say you have one source table, transaction. On transaction, say you have two load transforms, one called trans_header and another called trans_details (in that order). If the trans_details transform tried to select any data from trans_header (via a lookup column transform), the data will not be found and will come back null. The reason for this is that TransformWriter processes all the transforms for one CSV row as a first phase, and then, as a second phase, it writes the results of those transforms to the database. The change for this issue will be to process and write the data for each transform on a table in a single phase, so that each transform will have database visibility to the data generated by previous transforms on that row. | ||||
| Tags | No tags attached. | ||||
|
SymmetricDS: 3.9 bd4549fc 2017-04-18 13:32:59 Details Diff |
0003060: Data generated by a transform isn't visible to later transforms (when using multiple load transforms on one table) |
Affected Issues 0003060 |
|
| mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/TransformWriter.java | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-04-18 17:26 | mmichalek | New Issue | |
| 2017-04-18 17:26 | mmichalek | Status | new => assigned |
| 2017-04-18 17:26 | mmichalek | Assigned To | => mmichalek |
| 2017-05-24 18:57 | mmichalek | Status | assigned => resolved |
| 2017-05-24 18:57 | mmichalek | Resolution | open => fixed |
| 2017-05-24 18:57 | mmichalek | Fixed in Version | => 3.9.0 |
| 2017-12-15 21:21 | mmichalek | Status | resolved => closed |
| 2018-02-14 20:08 | mmichalek | Changeset attached | => SymmetricDS 3.9 bd4549fc |