View Issue Details

IDProjectCategoryView StatusLast Update
0006315SymmetricDSBugpublic2024-04-19 15:46
Reporterjosh-a-hicks Assigned Tojosh-a-hicks  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.4 
Target Version3.15.5Fixed in Version3.15.5 
Summary0006315: MySQL and MariaDB create table support for UNSIGNED columns
DescriptionIf 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

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.15 5c165dbe

2024-03-27 18:53:52

joshahicks

Details Diff
0006315: MySQL and MariaDB create table support for UNSIGNED columns Affected Issues
0006315
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/mysql/MySqlDdlBuilder.java Diff File

Issue History

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