Изменено формирование деталировки: зависимость от строк, а не от родителя
This commit is contained in:
@@ -11,7 +11,7 @@ public class InsertStarRule : BaseRuleVisitor
|
||||
{
|
||||
if (node.InsertSpecification.Columns.Count == 0) // INSERT без перечисления колонок
|
||||
{
|
||||
AddViolation(node);
|
||||
AddViolation(node.InsertSpecification.Target);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user