Add SQL Intersect and Except set operators
This adds a Gitlab::SQL::Intersect and Gitlab::SQL::Except with corresponding FromIntersect and FromExcept model concerns. The commit takes the previous UNION code and generalizes for the INTERSECT and EXCEPT cases.
Showing
lib/gitlab/sql/except.rb
0 → 100644
lib/gitlab/sql/intersect.rb
0 → 100644
rubocop/cop/gitlab/except.rb
0 → 100644
Please register or sign in to comment