Method: Sequel::Dataset#supports_grouping_sets?
- Defined in:
- lib/sequel/dataset/features.rb
permalink #supports_grouping_sets? ⇒ Boolean
Whether the dataset supports GROUPING SETS with GROUP BY, false by default.
87 88 89 |
# File 'lib/sequel/dataset/features.rb', line 87 def supports_grouping_sets? false end |