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

Fixes #3654: small enhancement for polymorphic query evaluation

Open csharper2010 opened this issue 9 months ago • 0 comments

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
  • Make includedCount zero-based

csharper2010 avatar Feb 26 '25 16:02 csharper2010