Изменено формирование деталировки: зависимость от строк, а не от родителя
This commit is contained in:
@@ -13,5 +13,6 @@ public interface IRule
|
||||
int DynamicSqlStartLine { get; set; }
|
||||
|
||||
IEnumerable<Violation> Analyze(TSqlFragment fragment);
|
||||
|
||||
void SetParents(Dictionary<TSqlFragment, TSqlFragment?>? parents);
|
||||
}
|
||||
Reference in New Issue
Block a user