mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-16 01:25:41 -05:00
Create DB work in-progress (#350)
* Stage changes to other machine * Stage changes * Update SMO to fix SMO missing Login bug on macOS
This commit is contained in:
@@ -169,6 +169,12 @@ namespace Microsoft.SqlTools.ServiceLayer.Admin
|
||||
{
|
||||
file.Name = prototype.Name + "_" + logicalNameCount;
|
||||
}
|
||||
else
|
||||
{
|
||||
file.Name += prototype.Name + file.Name + "_" + logicalNameCount;
|
||||
}
|
||||
|
||||
++logicalNameCount;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user