csharper2010
csharper2010
It would be helpful to detect the closed hierarchy of a class with private constructor and nested subclasses having either also a private constructor or a sealed modifier. This is...
Based on the work for #42 it would be nice to have the same feature also für discriminated unions implemented the C# record syntax. ```csharp public abstract record Result {...
Fixes #2621
A special treatment of enums mapped on string columns is required, because all reasons for checking string lengths or streamlining the length of parameters of queries on string columns to...
It used to be possible to provide an enum as a parameter for HQL queries where a criterion using that parameter matches on a string column. I know that there...
If I have collapsed my "framework" folder in the "Selected projects" tree and click on some item in our "XApplication" folder, the Framework folder is expanded. I don't know if...
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...