View Issue Details

IDProjectCategoryView StatusLast Update
0005650SymmetricDSImprovementpublic2023-01-03 20:00
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.5.11 
Target Version3.14.4Fixed in Version3.14.4 
Summary0005650: Problems replicating DDL to another node with the same database type but different database version
DescriptionSome database types can have their platform columns named differently depending on the database version. For example, a source SQL Server 2008 node's platform column will be named "mssql2008", while a target SQL Server 2019 node's platform column will be named "mssql2016". In this case, when sending table DDL via a load, SymmetricDS on the target node would look for a platform column with the name "mssql2016" and not find anything. This can result in the type, size or default value of a target column being incorrect.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 fdf447fb

2023-01-03 19:28:18

evan-miller-jumpmind

Details Diff
0005650: Fixed problems replicating DDL to another node with the same database type but different database version Affected Issues
0005650
mod - symmetric-db/src/main/java/org/jumpmind/db/model/Column.java Diff File

Issue History

Date Modified Username Field Change
2023-01-03 19:23 emiller New Issue
2023-01-03 19:23 emiller Status new => assigned
2023-01-03 19:23 emiller Assigned To => emiller
2023-01-03 19:30 emiller Status assigned => resolved
2023-01-03 19:30 emiller Resolution open => fixed
2023-01-03 19:30 emiller Fixed in Version => 3.14.4
2023-01-03 20:00 Changeset attached => SymmetricDS 3.14 fdf447fb
2023-01-16 20:59 admin Status resolved => closed