# File lib/thinking_sphinx/adapters/abstract_adapter.rb, line 70
    def downcase(clause)
      "LOWER(#{clause})"
    end