core/lib/payload/copy.py [1915:1924]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        affected_row = self.execute_sql(sql, ids)
        if (
            not self.eliminate_dups
            and not self.where
            and not self.skip_affected_rows_check
        ):
            if not affected_row != 0:
                raise OSCError("REPLAY_WRONG_AFFECTED", {"num": affected_row})

    @wrap_hook
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/lib/payload/copy.py [1934:1943]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        affected_row = self.execute_sql(sql, ids)
        if (
            not self.eliminate_dups
            and not self.where
            and not self.skip_affected_rows_check
        ):
            if not affected_row != 0:
                raise OSCError("REPLAY_WRONG_AFFECTED", {"num": affected_row})

    @wrap_hook
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



