mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 02:48:36 -05:00
User creation handler clean-ups (#1867)
* Wire up init user message * Send schema list * Load database roles * Add create user * Add a delete user handler and format service file
This commit is contained in:
@@ -749,7 +749,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Management
|
||||
throw new InvalidOperationException();
|
||||
}
|
||||
|
||||
// NOTE: ServerConnection property will constuct the object if needed
|
||||
// NOTE: ServerConnection property will construct the object if needed
|
||||
m_server ??= new Server(ServerConnection);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user