nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
Hi, I'm porting legacy .NET Framework 4.8 app to new .NET 6 and updating from custom `MultipleHiLoPerTableGenerator` to `Enhanced.TableGenerator` and I'm evaluating options and params. I just stumbled upon those...
NHibernate Linq fails to convert OrderBy expression to SQL when projecting to a record type class that has a primary constructor. If I remove the primary constructor of the class...
IBM released an Informix .NET Core Provider to be compatible as It's suggest for the .NET Core (and the new versions above like .NET 6). This provider has a new...
We have inherited an application that uses Nhibernate to generate Sql Queries using the DetachedCriteria. Recently we tried to update this from Nhibernate version 3.31.400 to version 5.1.7. After the...
**Alexey Zimarev** created an issue — 27th June 2012, 13:15:29: > I use the Linq query > > > ``` > var q = from o in session.Query() > where...
**John Thornborrow** created an [issue](https://nhibernate.jira.com/browse/NH-3851) — 26th February 2016, 21:59:14: > Happens with any mapped entity, where aNumber is greater than the number of results: > ```csharp > Session.Query().Skip(aNumber).Count() >...
**rosieks** created an [issue](https://nhibernate.jira.com/browse/NH-2477) — 29th December 2010, 6:59:14: > The following query > > issues.Take(30).Count() > > return value greater than 30. It should return at most 30. >...
Take consideration to add support ISQLQuery Enumerable support currently throws `NotSupportedException("SQL queries do not currently support enumeration")` Linq and hql supports Enumerable so why native sql query does not support....
Fixes #3069
We have netcore application with NHibernate 5.3.10 version. We also tried with the latest 5.3.13, nothing changed. When we try to execute an SQL statement, if it is successfully executed...