mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 01:25:41 -05:00
Do not use ReliableCommand in the query execution service (#66)
* Do not use ReliableCommand in the query execution service. * Fixing the logic to remove InfoMessage handlers from ReliableSqlConnection * Adding test to query UDT
This commit is contained in:
@@ -35,6 +35,17 @@ namespace Microsoft.SqlTools.Test.Utility
|
||||
#endif
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a test connection info instance.
|
||||
/// </summary>
|
||||
public static ConnectionInfo GetTestConnectionInfo()
|
||||
{
|
||||
return new ConnectionInfo(
|
||||
GetTestSqlConnectionFactory(),
|
||||
"file://some/file.sql",
|
||||
GetTestConnectionDetails());
|
||||
}
|
||||
|
||||
public static ConnectParams GetTestConnectionParams()
|
||||
{
|
||||
return new ConnectParams()
|
||||
|
||||
Reference in New Issue
Block a user