rspec/rules/S2988/rule.adoc
2020-12-21 15:38:52 +01:00

4 lines
224 B
Plaintext

When calling UPDATE statement in a program, it should contain a WHERE clause to keep the modification of records under control. If not, it can have side effects on other part of the program that will access the same data.