# File lib/thinking_sphinx/active_record/property_sql_presenter.rb, line 16 def to_select return nil if sourced_by_query? "#{casted_column_with_table} AS #{adapter.quote property.name}" end