# File lib/thinking_sphinx/adapters/mysql_adapter.rb, line 27
    def cast_to_unsigned(clause)
      "CAST(#{clause} AS UNSIGNED)"
    end