Module: Sequel::Dataset::UnsupportedIntersectExceptAll
- Defined in:
- lib/sequel_core/dataset/unsupported.rb
Overview
This module should be included in the dataset class for all databases that don’t support INTERSECT ALL or EXCEPT ALL.
Instance Method Summary collapse
-
#except(ds, all = false) ⇒ Object
Raise an Error if EXCEPT is used.
-
#intersect(ds, all = false) ⇒ Object
Raise an Error if INTERSECT is used.