View Issue Details

IDProjectCategoryView StatusLast Update
0005146SymmetricDSNew Featurepublic2022-07-25 16:29
Reporteremiller Assigned To 
Prioritynormal 
Status newResolutionopen 
Product Version3.13.0 
Summary0005146: Add an option to transform all columns with time zones when replicating to a non-time zone capable database
DescriptionWhen 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);
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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