View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006671 | SymmetricDS | Improvement | public | 2024-12-09 14:23 | 2024-12-09 15:00 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.12 | Fixed in Version | 3.15.12 | ||
Summary | 0006671: When SymmetricDS has to add a new column to a sym_ table in a Sybase ASE database, it can recreate the table unnecessarily | ||||
Description | When SymmetricDS has to add a new column to a sym_ table in a Sybase ASE database and the column isn't at the end of the table in symmetric-schema.xml, it recreates the table when it could just alter the table. This will add the column to the end of the table, but other platforms behave this way because the column order doesn't matter. | ||||
Tags | ddl/schema, dialect: sybase | ||||
SymmetricDS: 3.15 d3ac3a28 2024-12-09 14:27:45 evan-miller-jumpmind Details Diff |
0006671: Prevented SymmetricDS from unnecessarily recreating a sym_ table in a Sybase ASE database when adding a new column |
Affected Issues 0006671 |
|
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/ase/AseDdlBuilder.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-09 14:23 | emiller | New Issue | |
2024-12-09 14:23 | emiller | Status | new => assigned |
2024-12-09 14:23 | emiller | Assigned To | => emiller |
2024-12-09 14:23 | emiller | Tag Attached: ddl/schema | |
2024-12-09 14:23 | emiller | Tag Attached: dialect: sybase | |
2024-12-09 14:28 | emiller | Status | assigned => resolved |
2024-12-09 14:28 | emiller | Resolution | open => fixed |
2024-12-09 14:28 | emiller | Fixed in Version | => 3.15.12 |
2024-12-09 15:00 | Changeset attached | => SymmetricDS 3.15 d3ac3a28 |