rspec/rules/S2988/rule.adoc

4 lines
224 B
Plaintext
Raw Normal View History

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.