NoReplaceIntoRule
Reports MySQL REPLACE INTO statements.
REPLACE deletes conflicting rows before inserting, which can trigger cascading side effects that are easy to miss in application code.
Reports MySQL REPLACE INTO statements.
REPLACE deletes conflicting rows before inserting, which can trigger cascading side effects that are easy to miss in application code.