View Issue Details

IDProjectCategoryView StatusLast Update
0005959SymmetricDS ProBugpublic2023-08-18 15:02
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.0 
Target Version3.14.9Fixed in Version3.14.9 
Summary0005959: Error when replicating DDL for table with SQL Server smallmoney column
DescriptionWhen replicating the DDL for a table with a SQL Server smallmoney column, it will sometimes include size and precision, which is invalid:

CREATE TABLE "client"."dbo"."test_money"(
    "id" int NOT NULL,
    "test" smallmoney(10,4),
    PRIMARY KEY ("id")
);
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-08-18 15:00 emiller New Issue
2023-08-18 15:00 emiller Status new => assigned
2023-08-18 15:00 emiller Assigned To => emiller
2023-08-18 15:02 emiller Status assigned => resolved
2023-08-18 15:02 emiller Resolution open => fixed
2023-08-18 15:02 emiller Fixed in Version => 3.14.9
2023-08-25 20:13 admin Status resolved => closed