• Alex Pooley's avatar
    Add SQL Intersect and Except set operators · 22a8a313
    Alex Pooley authored
    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.
    22a8a313
intersect.rb 651 Bytes