From: <leg...@at...> - 2003-09-02 05:03:31
|
Message: The following issue has been closed. Resolver: David Channon Date: Tue, 2 Sep 2003 12:01 AM User issue. I will add the extra tests I completed for the recent select parser changes. I will also include a new() test aswell. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-300 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-300 Summary: select new Foo(...) does not work (was ok in 2.0.1) Type: Bug Status: Closed Priority: Major Resolution: REJECTED Project: Hibernate2 Components: core Versions: 2.0.2 2.0.3 2.1 beta 1 2.1 beta 2 Assignee: David Channon Reporter: Thilo Jahke Created: Fri, 29 Aug 2003 8:28 AM Updated: Tue, 2 Sep 2003 12:01 AM Description: The simple HQL Query select new Foo(i.name, a.street, ...) from person i left outer join address a ... did work fine in Hibernate 2.0.1 but not in the newer versions. I get the error net.sf.hibernate.QueryException: undefined alias: i Thilo --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |