Method: Sequel::Dataset#supports_intersect_except_all?
- Defined in:
- lib/sequel/dataset/features.rb
#supports_intersect_except_all? ⇒ Boolean
Whether the dataset supports the INTERSECT ALL and EXCEPT ALL compound operations, true by default.
103 104 105 |
# File 'lib/sequel/dataset/features.rb', line 103 def supports_intersect_except_all? true end |