NHibernate should log LINQ expression trees to ease debugging
Description
Sometimes people use e.g. WCF Data Services or other third party, possibly closed source, components that build LINQ queries that NHibernate is asked to process. To help with debugging when such a query fails, NHibernate should output a representation of the expression tree to the log. The output should be before various transformations are applied.
Environment
None
Activity
Show:
Alex Zaytsev
September 8, 2014 at 11:32 AM
Close issues resolved in 3.3.3
Oskar Berggren
January 13, 2013 at 12:58 PM
Fixed in 160e38df45a26865a4af5155a7f343f6caeb8f62.
Sometimes people use e.g. WCF Data Services or other third party, possibly closed source, components that build LINQ queries that NHibernate is asked to process. To help with debugging when such a query fails, NHibernate should output a representation of the expression tree to the log. The output should be before various transformations are applied.