mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-19 01:25:40 -05:00
New tool to store SQL connection configs locally (#218)
* added a new tool to store SQL connections locally. Modified the peek definition tests to create test database before running test * fixed failing test QueryExecutionPlanInvalidParamsTest * Fixes based on code review comments * fixed failing test GetSignatureHelpReturnsNotNullIfParseInfoInitialized
This commit is contained in:
@@ -196,7 +196,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TestDriver.Tests
|
||||
|
||||
using (TestServiceDriverProvider testService = new TestServiceDriverProvider())
|
||||
{
|
||||
var connection = await testService.GetConnectionParametersAsync(TestServerType.OnPrem);
|
||||
var connection = testService.GetConnectionParameters(TestServerType.OnPrem);
|
||||
connection.Connection.Pooling = false;
|
||||
|
||||
// Connect/disconnect repeatedly
|
||||
|
||||
Reference in New Issue
Block a user