View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005146 | SymmetricDS | New Feature | public | 2021-12-09 16:42 | 2024-12-31 18:50 |
Reporter | emiller | Assigned To | |||
Priority | low | ||||
Status | new | Resolution | open | ||
Product Version | 3.13.0 | ||||
Summary | 0005146: Add an option to transform all columns with time zones when replicating to a non-time zone capable database | ||||
Description | When replicating columns that have time zones to a non-time zone capable database, there should be some kind of option to have this data automatically transformed before it is loaded into the target database. While this is already possible with transforms and/or load filters, it would be useful if SymmetricDS could detect this issue and transform the data accordingly without any additional configuration. Source: create table mytest (id integer, myts timestamp with time zone); Target: create table mytest (id integer, myts timestamp without time zone); | ||||
Tags | transformation | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-12-09 16:42 | emiller | New Issue | |
2021-12-09 16:43 | emiller | Product Version | 3.13.1 => 3.13.0 |
2022-07-25 16:29 | elong | Target Version | 3.14.0 => |
2022-07-25 16:29 | elong | Description Updated | View Revisions |
2024-12-31 18:50 | emiller | Tag Attached: transformation | |
2024-12-31 18:50 | emiller | Priority | normal => low |