-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
CteFinder currently does not support set operations #534
Comments
mindcrash
changed the title
CteFinder does not currently support set operations
CteFinder currently does not support set operations
Nov 1, 2021
@mindcrash what you mean by I am having same issue, but instead of publishing own, I am thinking of writing extension method like following and using this method over the built in
@ahmad-moussawi is this not a correct expectation? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the right hand side of Union(), Intersect() or Except() contains Common Table Expressions these are not written because CteFinder currently has no support for traversing AbstractCombine nodes.
As I need this functionality right now, I patched the findInternal function in CteFinder as follows:
The text was updated successfully, but these errors were encountered: