View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006977 | SymmetricDS | Bug | public | 2025-06-24 19:52 | 2025-06-25 00:38 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.14.2 | ||||
Target Version | 3.16.4 | Fixed in Version | 3.16.4 | ||
Summary | 0006977: Oracle XMLTYPE columns get incorrectly flagged as generated | ||||
Description | When reading a table from an Oracle database, XMLTYPE columns get incorrectly flagged as generated. This is because the driver returns metadata with the IS_GENERATEDCOLUMN flag set to "YES". To resolve this, set the generated flag to false for all Oracle XMLTYPE columns, regardless of the value of the IS_GENERATEDCOLUMN flag. | ||||
Tags | ddl/schema, dialect: oracle | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-24 19:52 | emiller | New Issue | |
2025-06-24 19:52 | emiller | Status | new => assigned |
2025-06-24 19:52 | emiller | Assigned To | => emiller |
2025-06-24 19:52 | emiller | Tag Attached: ddl/schema | |
2025-06-24 19:52 | emiller | Tag Attached: dialect: oracle | |
2025-06-24 19:54 | emiller | Status | assigned => resolved |
2025-06-24 19:54 | emiller | Resolution | open => fixed |
2025-06-24 19:54 | emiller | Fixed in Version | => 3.16.4 |
2025-06-24 20:00 | Changeset attached | => SymmetricDS 3.16 382de632 |