mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Replace <default> values in Owner and Collation fields for Create Database dialog (#2086)
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.ObjectManagement
|
||||
return new DatabaseInfo()
|
||||
{
|
||||
Name = "TestDatabaseName_" + new Random().NextInt64(10000000, 90000000).ToString(),
|
||||
Owner = "<default>",
|
||||
Owner = "sa",
|
||||
CollationName = "SQL_Latin1_General_CP1_CI_AS",
|
||||
CompatibilityLevel = "SQL Server 2022 (160)",
|
||||
ContainmentType = "None",
|
||||
|
||||
Reference in New Issue
Block a user