# File lib/thinking_sphinx/adapters/abstract_adapter.rb, line 62
    def quote_with_table(column)
      "#{@model.quoted_table_name}.#{@model.connection.quote_column_name(column)}"
    end