View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006315 | SymmetricDS | Bug | public | 2024-03-27 18:52 | 2024-04-19 15:46 |
Reporter | josh-a-hicks | Assigned To | josh-a-hicks | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.4 | ||||
Target Version | 3.15.5 | Fixed in Version | 3.15.5 | ||
Summary | 0006315: MySQL and MariaDB create table support for UNSIGNED columns | ||||
Description | If a data column is marked unsigned it will not generate the create statement properly as the UNSIGNED will appear before the scaling which is incorrect. Before fix: colName DECIMAL UNSIGNED(6,2) After fix: colName DECIMAL(6,2) UNSIGNED | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-03-27 18:52 | josh-a-hicks | New Issue | |
2024-03-27 18:52 | josh-a-hicks | Status | new => assigned |
2024-03-27 18:52 | josh-a-hicks | Assigned To | => josh-a-hicks |
2024-03-27 19:51 | josh-a-hicks | Status | assigned => resolved |
2024-03-27 19:51 | josh-a-hicks | Resolution | open => fixed |
2024-03-27 19:51 | josh-a-hicks | Fixed in Version | => 3.15.5 |
2024-04-19 15:46 | Changeset attached | => SymmetricDS 3.15 5c165dbe | |
2024-04-23 16:58 | admin | Status | resolved => closed |