Fixed
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
Alex Henderson
Alex HendersonLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created December 3, 2011 at 1:04 AM
Updated November 24, 2014 at 12:45 PM
Resolved May 7, 2014 at 7:56 AM
I have an old codebase (using NHibernate and Castle ActiveRecord) that has been recently upgraded to the 3.2 GA release.
After the upgrade, the following style of queries now fail:
With this stack trace:
If we remove the distinct results transformer from the query, then the problem goes away.
It's not a big show stopper (In many cases this is old code that incorrectly uses a distinct results transformer when it does not need to) - but I was wondering if this is an expected regression from past behavior, or just a bug?