View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005370 | SymmetricDS | Bug | public | 2022-07-20 20:59 | 2022-08-30 13:03 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.5.0 | ||||
Target Version | 3.13.7 | Fixed in Version | 3.13.7 | ||
Summary | 0005370: Send schema DDL detects widened varchar but does not alter | ||||
Description | When sending schema (symadmin send-schema) of a table to alter it to match, if a VARCHAR column size is being increased, it detects the change, but the alter statement uses the old column size instead of the new column size. | ||||
Steps To Reproduce | 1. create table mytest (id integer, name varchar(20)); 2. symadmin send-schema 3. alter table mytest modify name varchar(30); 4. symadmin send-schema | ||||
Tags | ddl/schema | ||||
SymmetricDS: 3.13 e410c2f7 2022-07-20 21:00:27 Details Diff |
0005370: Send schema DDL detects widened varchar but does not alter |
Affected Issues 0005370 |
|
mod - symmetric-db/src/main/java/org/jumpmind/db/model/Column.java | Diff File | ||
SymmetricDS: 3.14 95b8c24e 2022-07-20 21:00:27 Details Diff |
0005370: Send schema DDL detects widened varchar but does not alter |
Affected Issues 0005370 |
|
mod - symmetric-db/src/main/java/org/jumpmind/db/model/Column.java | Diff File | ||
SymmetricDS: 3.13 e709852f 2022-08-01 19:23:26 Details Diff |
0005370: Send schema DDL detects widened varchar but does not alter |
Affected Issues 0005370 |
|
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDdlBuilder.java | Diff File | ||
SymmetricDS: 3.14 67eacf14 2022-08-01 19:23:26 Details Diff |
0005370: Send schema DDL detects widened varchar but does not alter |
Affected Issues 0005370 |
|
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDdlBuilder.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-20 20:59 | elong | New Issue | |
2022-07-20 20:59 | elong | Status | new => assigned |
2022-07-20 20:59 | elong | Assigned To | => elong |
2022-07-20 20:59 | elong | Tag Attached: ddl/schema | |
2022-07-20 22:00 | admin | Changeset attached | => SymmetricDS 3.13 e410c2f7 |
2022-07-20 22:00 | admin | Changeset attached | => SymmetricDS 3.14 95b8c24e |
2022-07-22 12:43 | elong | Status | assigned => resolved |
2022-07-22 12:43 | elong | Resolution | open => fixed |
2022-07-22 12:43 | elong | Fixed in Version | => 3.13.7 |
2022-08-01 20:00 | admin | Changeset attached | => SymmetricDS 3.13 e709852f |
2022-08-01 20:00 | admin | Changeset attached | => SymmetricDS 3.14 67eacf14 |
2022-08-30 13:03 | admin | Status | resolved => closed |