View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006947 | SymmetricDS | Improvement | public | 2025-06-16 16:37 | 2025-06-16 16:50 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | assigned | Resolution | open | ||
Product Version | 3.16.0 | ||||
Target Version | 3.16.4 | ||||
Summary | 0006947: Map the MySQL INT UNSIGNED data type to BIGINT | ||||
Description | Currently, a MySQL INT UNSIGNED data type gets mapped to an INTEGER in the XML. This can cause synchronization issues because a MySQL INT UNSIGNED has a maximum value of 3,054,835,476, while an INTEGER has a maximum value of 2,147,483,647. Map MySQL INT UNSIGNED to BIGINT instead. | ||||
Tags | data type, ddl/schema, dialect: mysql/mariadb | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-16 16:37 | emiller | New Issue | |
2025-06-16 16:37 | emiller | Status | new => assigned |
2025-06-16 16:37 | emiller | Assigned To | => emiller |
2025-06-16 16:37 | emiller | Tag Attached: data type | |
2025-06-16 16:37 | emiller | Tag Attached: ddl/schema | |
2025-06-16 16:37 | emiller | Tag Attached: dialect: mysql/mariadb | |
2025-06-16 16:50 | emiller | Note Added: 0003101 |