# File lib/arel/algebra/attributes/attribute.rb, line 296
    def format(object)
      object.to_sql(Sql::Attribute.new(self))
    end