View Issue Details

IDProjectCategoryView StatusLast Update
0003999SymmetricDSBugpublic2022-08-30 13:04
Reportersven Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.2 
Target Version3.14.1Fixed in Version3.14.1 
Summary0003999: Unable to translate default column for (new sequentialid()) (very easy fix)
DescriptionSQL Server has a notion of sequential IDs. It would be nice if we could translate this appropriately into a default column value.
Steps To ReproduceSQL Server - mark a column's default as (new sequentialid())
Additional InformationThe fix is to add a line here - https://github.com/JumpMind/symmetric-ds/blob/3.10/symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDdlBuilder.java#L2011
Tagsddl/schema, dialect: sql-server

Relationships

related to 0004001 closedemiller Default value being passed as string for MS Sql Server 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-06-12 17:18 sven New Issue
2019-06-12 17:18 sven Tag Attached: ddl/schema
2019-06-12 17:18 sven Tag Attached: dialect: sql-server
2022-08-15 18:37 emiller Relationship added related to 0004001
2022-08-15 18:38 emiller Assigned To => emiller
2022-08-15 18:38 emiller Status new => resolved
2022-08-15 18:38 emiller Resolution open => fixed
2022-08-15 18:38 emiller Fixed in Version => 3.14.1
2022-08-30 13:04 admin Status resolved => closed