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 support UNION QueryOver NHibernate #2903

Open
fernandocode opened this issue Sep 1, 2021 · 0 comments
Open

Add support UNION QueryOver NHibernate #2903

fernandocode opened this issue Sep 1, 2021 · 0 comments

Comments

@fernandocode
Copy link

fernandocode commented Sep 1, 2021

I need to make a UNION between two queries, and I always decided to make a union in memory (Concat) and now I have a situation where I page the result and with UNION, I would only be able to do this if I brought everything to memory but this is infeasible.

I would like to know the plans for support and this, or if you have any reasonable options for UNION currently.

This is being a big problem in development, and it no longer makes sense to use NHibernate for my queries.

I saw that there are tests ready for when this is implemented, is there planning? https://github.com/nhibernate/nhibernate-core/blob/master/src/NHibernate.Test/Linq/LinqQuerySamples.cs#L1149-L1235

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

No branches or pull requests

1 participant