Fix/sonarqube critical major debt #11
@@ -7,15 +7,8 @@ namespace Strata.SqlTools.Rules.Rule.Groups;
|
||||
/// </summary>
|
||||
public class With : Base
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the expressions from all rules, potentially with ordering applied.
|
||||
/// </summary>
|
||||
/// <returns>An enumerable of BoolExpr rule expressions.</returns>
|
||||
protected override IEnumerable<BoolExpr> GetExpressions()
|
||||
{
|
||||
// do some ordering here??
|
||||
return base.GetExpressions();
|
||||
}
|
||||
// TODO: revisit whether ordering should be applied here before delegating
|
||||
// to the base GetExpressions(); inherit base behavior for now.
|
||||
|
||||
/// <summary>
|
||||
/// Merges two BoolExpr expressions using WITH semantics.
|
||||
|
||||
Reference in New Issue
Block a user