# File lib/arel/crud.rb, line 64
    def delete
      if $VERBOSE
        warn "delete (\#{caller.first}) is deprecated and will be removed in ARel 4.0.0. Please\nswitch to `compile_delete`\n"
      end
      @engine.connection.delete compile_delete.to_sql, 'AREL'
    end