Results 16 comments of Fabio Maulo

In the meantime solved with something like this ``` public static string ToDisplay(this Microsoft.OpenApi.Any.IOpenApiAny source) { if (source is null) { return null; } switch (source) { case Microsoft.OpenApi.Any.OpenApiString oav:...

Philip has donated us his code. I worked with him just a bit... perhaps you can ask the same to re-linq guys. The problem is always the same: each external...

Flush on Commit. IMO it is related to the change in the behavior of the Persist (v3.0.0)

Hi Frederic. If I understood correctly, in your opinion, it is normal that in front of a LINQ with entity equality, NH will throw an exception because it can't convert...

Investigation done. A new bug was introduced with #1754 because it does not take into account the _transaction boundaries_ in the semantic of `Persit` (half _correction indeed_). Probably few developers...

@hazzik I never leave the usage of NHibernate so, as a user, I'm not _back_. 😉 🤓 I still working with my old friend NHibernate even if I have embraced...

Dear Frederic, I can't change everything in a big prj I have not designed. Perhaps you know how many times I have warned NH's users to not use auto-numeric POID....

ahahahahah around 9 years later I have this issue with LINQ. btw, NH still has 7 ways to query RDBMS/model so... just use the other supported way.

> > @fabiomaulo what would be the other ways to do this with NHibernate? It depends on your specific case. Which is the result? entities or DTOs?

So your option is H-SQL (the mix between SQL and HQL). Check at https://nhibernate.info/doc/nhibernate-reference/querysql.html paragraph _Alias and property references_