Thanks for reporting this.

If I understand you correctly, you are testing this on builds from
master, and it worked until a few days ago? Did it work in 3.2?

/Oskar


2012/1/24 Ricardo Peres <[email protected]>:
> 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

Reply via email to