mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-19 01:25:40 -05:00
Handling the HierarchyId for edit data scenario (#709)
* Handling the HierarchyId for edit data scenario * comments
This commit is contained in:
@@ -118,6 +118,7 @@ namespace Microsoft.SqlTools.ServiceLayer.EditData
|
||||
DefaultValue = defaultValue,
|
||||
EscapedName = ToSqlScript.FormatIdentifier(smoColumn.Name),
|
||||
Ordinal = i,
|
||||
IsHierarchyId = smoColumn.DataType.SqlDataType == SqlDataType.HierarchyId,
|
||||
};
|
||||
editColumns.Add(column);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user