Re[2]: Re[2]: [nhusers] Roslyn missing filters

2021-11-22 Thread c.anselmo via nhusers
I have already done the compare  and the code it's different, the purpose Is to allow a customer to create a script.I asked you becouse it'really difficult for me to know in what situation nhibernate apply the filter from the code and not directly into SQL query.Have you amy suggestion about

Re[2]: [nhusers] Roslyn missing filters

2021-11-22 Thread c.anselmo via nhusers
Hello i cheked my code but i already use IQuerable, have you other suggestion ? Bye -- Inviato da Libero Mail per Android giovedì, 18 novembre 2021, 10:50PM +01:00 da Gunnar Liljas gunnar.lil...@gmail.com : >Maybe you have used Enumerable.Where instead of Queryable.Where? >On Thu, Nov 18, 2021

Re: Re[2]: [nhusers] Roslyn missing filters

2021-11-22 Thread Gunnar Liljas
Not really, no. Maybe you could create a Roslyn syntax tree of the working code and compare? Also, what is the purpose of the compiled module? On Mon, Nov 22, 2021 at 3:55 PM c.anselmo via nhusers < nhusers@googlegroups.com> wrote: > Hello i cheked my code but i already use IQuerable, have you

[nhusers] Using NHibernate with Azure SQL Edge not possible

2021-11-22 Thread Sandro Lange
Hello, When we try to use Azure SQL Edge instead of MSSQL Server with NHibernate we always get: SqlException: Common Language Runtime(CLR) is not enabled on this instance. Why does NHibernate need CLR support and how to disable it? Azure SQL Edge does not support CLR and never will. We just