mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-15 17:23:32 -05:00
A few table designer fixes (#1581)
* enable index rename * use SystemName to fix constraint name validator
This commit is contained in:
@@ -904,7 +904,6 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner
|
||||
{
|
||||
var indexVM = new IndexViewModel();
|
||||
indexVM.Name.Value = index.Name;
|
||||
indexVM.Name.Enabled = tableInfo.IsNewTable; // renaming an index is not supported, it will cause a new index to be created.
|
||||
indexVM.Description.Value = index.Description;
|
||||
indexVM.Description.Enabled = index.CanEditDescription;
|
||||
indexVM.IsClustered.Checked = index.IsClustered;
|
||||
|
||||
Reference in New Issue
Block a user