View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004134 | SymmetricDS | Bug | public | 2019-10-30 13:08 | 2022-08-30 13:04 |
Reporter | nrichardson | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Target Version | 3.14.1 | Fixed in Version | 3.14.1 | ||
Summary | 0004134: DB Compare does not handle Oracle Timestamp with LOCAL time zone columns properly | ||||
Description | When issuing a select with to_char("column_name", 'YYYY-MM-DD HH24:MI:SS.FF TZH:TZM') on an Oracle column defined as TIMESTAMP(n) WITH LOCAL TIME ZONE it will fail. Oracle only allows the TZD or TZR options. These options are valid with a regular WITH TIME ZONE data type just not LOCAL. For LOCAL TIME ZONE fields we should use something like to_char("column_name", 'YYYY-MM-DD HH24:MI:SS.FF9') | ||||
Steps To Reproduce | Create an Oracle table with a TIMESTAMP(6) WITH LOCAL TIME ZONE column and run the db compare. | ||||
Tags | dbcompare | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-10-30 13:08 | nrichardson | New Issue | |
2019-10-30 14:34 | elong | Tag Attached: dbcompare | |
2022-08-08 16:04 | emiller | Assigned To | => emiller |
2022-08-08 16:04 | emiller | Status | new => resolved |
2022-08-08 16:04 | emiller | Resolution | open => fixed |
2022-08-08 16:04 | emiller | Fixed in Version | => 3.14.1 |
2022-08-08 17:00 | Changeset attached | => SymmetricDS 3.14 58c827f1 | |
2022-08-30 13:04 | admin | Status | resolved => closed |