# File lib/arel/engines/sql/engine.rb, line 42
      def delete(relation)
        connection.delete(relation.to_sql)
      end