Skip to content

Commit 30df4ce

Browse files
authored
Fixing label for vector columns (#2475)
1 parent 48f4467 commit 30df4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/SmoColumnCustomNode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ private static string GetTypeSpecifierLabel(DataType dataType, UserDefinedDataTy
195195
case SqlDataType.VarChar:
196196
case SqlDataType.NVarChar:
197197
case SqlDataType.VarBinary:
198+
case SqlDataType.Vector:
198199
typeName += $"({dataType.MaximumLength})";
199200
break;
200201
case SqlDataType.Numeric:

0 commit comments

Comments
 (0)