nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
**Sean McElroy** created an [issue](https://nhibernate.jira.com/browse/NH-2754) — 31st May 2011, 11:18:01: > I found a problem related to http://opensource.atlassian.com/projects/hibernate/browse/HHH-5932 in NH 3.0.0 GA -- when a sql-query exists that has a...
QueryOver.Future/FutureValue does not load NoLazy children like QueryOver.SingleOrDefault()/List()
Please see the attached file for a reproducible project (also includes database script, and unit test) [FutureDoesNotLoadNoLazyChildNHibernate.zip](https://github.com/user-attachments/files/15883502/FutureDoesNotLoadNoLazyChildNHibernate.zip) Steps to reproduce: In the context of my example project, I have a...
While working on a fix for #3516 in #3547, the case of `EnumStringType.ObjectToSQLString` appeared to be invalid on another level. https://github.com/nhibernate/nhibernate-core/blob/e8028fb802a13d02938cdccf81a33252821b8b02/src/NHibernate/Type/EnumStringType.cs#L192-L195 That type stores enum values as strings in the...
Should be _check_ instead of _tableName_.
**Alexander Zaytsev** created an [issue](https://nhibernate.jira.com/browse/NH-4040) — 24th June 2017, 5:27:05: > On Tuesday, 1 May 2012 02:22:24 UTC+12, Jordan wrote: > > > > Hi all, > > > >...
@hazzik created an issue — 17th March 2015, 9:17:38: > NH-3495 has added Oracle 12c dialect, but without support of identity coulmns >
**cremor** created an [issue](https://nhibernate.jira.com/browse/NH-3146) — 11th May 2012, 10:13:25: > It would be great if the usage of a BackrefPropertyAccessor (non-inverse collections) or IndexPropertyAccessor (lists) wouldn't prevent the usage of...
In the NHibernate documentation (Chapter 4.5. Tuplizers), it's mentioned that it's possible to extend NHibernate.Tuple.Entity.DynamicMapEntityTuplizer and create a custom tuplizer. However, when attempting to do so, I found that the...
Will improve performance once the library starts targeting .NET 9.0 as locking on System.Threading.Lock is ~25% more performant over locking on an object. Newly-added micro dependency allows backported use without...
Fixes #3421