method
supports_count_distinct?
v3.2.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractAdapter
supports_count_distinct?()public
Does this adapter support using DISTINCT within COUNT? This is true for all adapters except sqlite.