Greetings, everyone!
In the last days, a number of bugs showed up which didn't exist
before; I assume they have something to do with recent refactorings.
One is the inability to sum a Single property, whereas a Double,
Int32, Int64, etc, will work. This happens, from what I can tell, for
a missing condition in HqlIdent (file HqlTreeNode.cs):
case TypeCode.Single:
SetText("decimal");
break;
The other I detected is a bug while grouping by a related entity and
adding a restriction.
I created JIRA issues for both (NH-3031 and NH-3032). I believe they
have some impact for many users.
Thanks, and keep up the good work!
RP