NewArrayInit Is not Implemented
-------------------------------
Key: NH-2744
URL: http://216.121.112.228/browse/NH-2744
Project: NHibernate
Issue Type: Bug
Components: Linq Provider
Affects Versions: 3.2.0Beta1, 3.2.0Alpha3, 3.2.0Alpha2, 3.2.0Alpha1, 3.1.0, 3.0.0.GA
Reporter: Evgeniy
Priority: Major
.NET 4.0
MS SQL 2005
NHIbernate 3.0.0 GA
LINQ NewArrayInit Is not Implemented in
NHibernate.Linq.Visitors.HqlGeneratorExpressionTreeVisitor.VisitExpression(Expression expression)
I think it's needed feature cause we need a plain projection to object[] from
Query<T>:
session.Query<Foo>.Select(obj => new object[] {obj.A, obj.B, obj.C}).ToList();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|