# File lib/arel/algebra/attributes/attribute.rb, line 300
    def to_sql(formatter = Sql::WhereCondition.new(relation))
      formatter.attribute self
    end