View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005504 | SymmetricDS | Bug | public | 2022-10-03 19:48 | 2022-10-04 15:15 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.2 | Fixed in Version | 3.14.2 | ||
Summary | 0005504: Oracle DATE type should not have its size specified | ||||
Description | When importing DDL that includes an Oracle DATE type, the generated SQL will specify the DATE type with its size in parentheses. This is invalid and results in an error. For example, importing the following table results in a MY_DATE column of type DATE(7): <database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="dbexport"> <table name="MY_TABLE"> <column name="MY_ID" primaryKey="true" required="true" type="DECIMAL" size="19"> <platform-column name="oracle" type="NUMBER" size="19"/> </column> <column name="MY_DATE" type="TIMESTAMP" size="7"> <platform-column name="oracle" type="DATE" size="7"/> </column> </table> </database> | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-10-03 19:48 | emiller | New Issue | |
2022-10-03 19:48 | emiller | Status | new => assigned |
2022-10-03 19:48 | emiller | Assigned To | => emiller |
2022-10-03 19:49 | emiller | Status | assigned => resolved |
2022-10-03 19:49 | emiller | Resolution | open => fixed |
2022-10-03 19:49 | emiller | Fixed in Version | => 3.14.2 |
2022-10-03 20:00 | Changeset attached | => SymmetricDS 3.14 ac680dd0 | |
2022-10-04 15:15 | admin | Status | resolved => closed |