mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Camel cases and standardizes endpoint URI prefixes for execution plans (#1442)
This commit is contained in:
@@ -43,6 +43,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan.Contracts
|
|||||||
{
|
{
|
||||||
public static readonly
|
public static readonly
|
||||||
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult> Type =
|
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult> Type =
|
||||||
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult>.Create("executionPlan/compareExecutionPlanGraph");
|
RequestType<ExecutionPlanComparisonParams, ExecutionPlanComparisonResult>.Create("queryExecutionPlan/compareExecutionPlanGraph");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,6 +23,6 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan
|
|||||||
{
|
{
|
||||||
public static readonly
|
public static readonly
|
||||||
RequestType<GetExecutionPlanParams, GetExecutionPlanResult> Type =
|
RequestType<GetExecutionPlanParams, GetExecutionPlanResult> Type =
|
||||||
RequestType<GetExecutionPlanParams, GetExecutionPlanResult>.Create("queryexecutionplan/getexecutionplan");
|
RequestType<GetExecutionPlanParams, GetExecutionPlanResult>.Create("queryExecutionPlan/getExecutionPlan");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user