mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-15 17:23:32 -05:00
Final iteration, fixing a couple mistakes for query exceptions
This commit is contained in:
@@ -177,12 +177,10 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution
|
||||
{
|
||||
HasError = true;
|
||||
UnwrapDbException(dbe);
|
||||
conn?.Dispose();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
HasError = true;
|
||||
conn?.Dispose();
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user