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

Cte support #33

Open
matt-psaltis opened this issue May 18, 2019 · 5 comments
Open

Cte support #33

matt-psaltis opened this issue May 18, 2019 · 5 comments
Assignees

Comments

@matt-psaltis
Copy link

Hi there just wondering if there's any plans to support ctes (common table expressions)

@JonathanMagnan JonathanMagnan self-assigned this May 18, 2019
@JonathanMagnan
Copy link
Member

Hello @SaltyDH ,

Do you have something specific in mind? What exactly you would like we add with CTE?

We are supposed next week to bring the feature ToSelfHierarchyList in EF Classic which used CTE: https://entityframework-extensions.net/to-self-hierarchy-list

Best Regards,

Jonathan

@matt-psaltis
Copy link
Author

Something along the lines of this. https://linq2db.github.io/articles/sql/CTE.html

We use it for a variety of bespoke queries to provide the main query with additional data.

@JonathanMagnan
Copy link
Member

Look great,

We will for sure look at it next week and see if there is anything we can do.

@tsanton
Copy link

tsanton commented Feb 14, 2024

@JonathanMagnan did you ever look into this issue?

@JonathanMagnan
Copy link
Member

Hello @tsanton ,

It might eventually happen, but this is currently not on our priority list at all.

We surely started to use CTE for some features we recently added, like WhereBulkContains, but still do not provide a direct way of using it.

Best Regards,

Jon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants