nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
# 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...
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....
.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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
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`