# File lib/arel/visitors/to_sql.rb, line 17
      def accept object
        self.last_column = nil
        super
      end