From: Fabio M. (JIRA) <nh...@gm...> - 2011-05-30 14:09:40
|
[ http://216.121.112.228/browse/NH-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo updated NH-2744: ---------------------------- Affects Version/s: (was: 3.2.0Beta1) (was: 3.2.0Alpha3) (was: 3.2.0Alpha2) (was: 3.2.0Alpha1) (was: 3.0.0.GA) > 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.1.0 > 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 |