nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
This removes multiple occurrences of aliases from the sql string not just the last one. I had the problem while using the following projection, which results in invalid sql (sqlserver)...
This program .net freamwork 4.5, runs normally most of the time, but occasionally the program crashes, and the reason for the crash is because of “ExpressionProcessor.FindValue” This is Nhibernet source...
A NullReferenceException is thrown on a Parent/child relation. If there is a new entry in the Child collection Merge throws NullReferenceException. It fails because the new entity does not have...
Too many tests error..
Fixes #2621
A special treatment of enums mapped on string columns is required, because all reasons for checking string lengths or streamlining the length of parameters of queries on string columns to...
C# 8.0 and .NET Standard 2.1 brought us [asynchronous streams](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8#asynchronous-streams) (horrible name, I'll call them "async enumerables" from now on). It would be nice if NHibernate could add new methods...
**Alexander Zaytsev** created an [issue](https://nhibernate.jira.com/browse/NH-3154) — 20th May 2012, 6:15:30: > Following query does not work: > > > ``` > > var result = db.Orders > .GroupBy(x => x.ShippingDate)...
Hello, I'm trying to use the WebSessionContext in a ASP.NET Core 2 application, but I get the following error when CurrentSessionContext is accesed: > Could not load file or assembly...