nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

NHibernate Object Relational Mapper

Results 297 nhibernate-core issues
Sort by recently updated
recently updated
newest added

# Summary If you use query caching on a query with a result transformers which use the aliases array (e.g. `AliasToBeanResultTransformer`), when the data comes from cache, `TransformTuple` receives an...

t: Bug
p: Minor
c: L2 Cache

I just faced this error message that is new to me. In older versions of NHibernate we never had this problem. I now use V5.6 but it was also in...

Supporting DateOnly and TimeOnly. #2912 I have have working implementations of types that can store the values as int (20251028, 163215), but that may be something that should reside elsewhere....

t: New Feature
c: Core
p: Minor

.NET Framework 4.8 NHibernate 5.4.2 When loading an Entity with a back reference (many-to-one) which results in having to load thousands of records the Loader crashes with a StackOverflowException. Increasing...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Npgsql](https://redirect.github.com/npgsql/npgsql) | `8.0.3` -> `9.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Npgsql/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Npgsql/8.0.3/9.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

p: Lowest
t: Task
dependencies

Related to https://github.com/nhibernate/nhibernate-core/issues/3652

* Added a new PostgreSQL dialect * Couldn't find an early enough Transact-SQL reference for READPAST, so added it to `MsSql2005Dialect`