View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004021 | SymmetricDS | Bug | public | 2019-06-19 18:39 | 2019-06-25 18:05 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.10.3 | Fixed in Version | 3.10.3 | ||
Summary | 0004021: On every startup with MariaDB, alters to SYM tables | ||||
Description | With MariaDB JDBC driver, when starting SymmetricDS, it always sees a model change and alters tables. DDL applied: ALTER TABLE `sym_conflict` DROP FOREIGN KEY `sym_fk_cf_2_grp_lnk` DDL applied: ALTER TABLE `elong`.`sym_channel` MODIFY COLUMN `description` VARCHAR(255) NULL DDL applied: ALTER TABLE `sym_conflict` ADD CONSTRAINT `sym_fk_cf_2_grp_lnk` FOREIGN KEY (`source_node_group_id`, `target_node_group_id`) REFERENCES `sym_node_group_link` (`source_node_group_id`, `target_node_group_id`) | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.10 41074b39 2019-06-19 14:41:25 Details Diff |
0004021: On every startup with MariaDB, alters to SYM tables |
Affected Issues 0004021 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mariadb/MariaDBDatabasePlatform.java | Diff File | ||
add - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mariadb/MariaDBDdlReader.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-06-19 18:39 | elong | New Issue | |
2019-06-19 18:39 | elong | Status | new => assigned |
2019-06-19 18:39 | elong | Assigned To | => elong |
2019-06-19 18:41 | elong | Status | assigned => resolved |
2019-06-19 18:41 | elong | Resolution | open => fixed |
2019-06-19 18:41 | elong | Fixed in Version | => 3.10.3 |
2019-06-19 19:00 | admin | Changeset attached | => SymmetricDS 3.10 41074b39 |
2019-06-25 18:05 | admin | Status | resolved => closed |