Method: Sequel::MySQL::DatasetMethods#supports_ordered_distinct_on?
- Defined in:
- lib/sequel/adapters/shared/mysql.rb
permalink #supports_ordered_distinct_on? ⇒ Boolean
MySQL’s DISTINCT ON emulation using GROUP BY does not respect the query’s ORDER BY clause.
919 920 921 |
# File 'lib/sequel/adapters/shared/mysql.rb', line 919 def supports_ordered_distinct_on? false end |