# File lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb, line 2 def initialize(model) @model = model end
# File lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb, line 6 def quote(column) @model.connection.quote_column_name(column) end
# File lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb, line 10 def quoted_table_name @model.quoted_table_name end
# File lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb, line 14 def utf8_query_pre [] end