nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
I am using the mapping below with the formula property, to perform a CAST on a field in a DB2 database. However, when the command is generated, it is invalid...
Hi, we have noticed a problem in versions 4.4.9 and 5.5.2. In version 5.2.1 we did not have this problem, I suspect it is related to the lazy property changes...
TODO: For sets in dynamic component, grab the element type from the class attribute in the mappings.
Hello, There is a TODO in src\NHibernate\Mapping\Set.cs, which indicates that dynamic components is not generic at the moment. Can we fix this? ``` // If this set is part of...
I was messing around with `AbstractDateTimeType` and couldn't help but notice that the method `Round` is intended to round but it actually is doing a floor. Thought I might quickly...
HQLQueryPlan for polymorphic query: * Calculate a row selection in with the remaining number of rows as MaxRows * Warn only in cases where correctness or performance may suffer *...
Currently, we get the warning... > firstResult/maxResults specified on polymorphic query; applying in memory! ... quite often with queries having set a `MaxRows` row selection on a base entity class...
Fixes issue #3622 Some obsolete attributes had to be removed.
I am using NHibernate with PostgreSQL via the Npgsql driver in our application. We are aiming to configure tracing options in Npgsql to control and eliminate specific logs emitted by...
After upgrading an old legacy project from NH 5.2.7 to 5.5.2 I encountered a peculiar regression bug: - Root Entity has an Id property having an enum type, and a...