Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add INTERSECT and EXCEPT operators #204

Merged
merged 4 commits into from
Jun 11, 2024
Merged

Add INTERSECT and EXCEPT operators #204

merged 4 commits into from
Jun 11, 2024

Conversation

markinigor
Copy link
Contributor

🔍 What was changed

Add INTERSECT, INTERSECT ALL, EXCEPT, EXCEPT ALL.
Methods was copied from UNION and UNION ALL operators

🤔 Why?

Because its nice sql operators

  • Closes #
  • How was this tested:
    • Tested manually
    • Unit tests added

@markinigor markinigor requested review from a team as code owners May 29, 2024 13:33
@roxblnfk roxblnfk added the type: feature New feature. label Jun 10, 2024
@roxblnfk roxblnfk merged commit b3cc5a3 into cycle:2.x Jun 11, 2024
39 of 41 checks passed
@roxblnfk
Copy link
Member

Thanks!

@roxblnfk roxblnfk added this to the 2.11.x milestone Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature.
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

2 participants