# File lib/criteria/mysql.rb, line 92
    def to_a
      list = []
      self.each { |a| list << a }
      list
    end