From: <leg...@at...> - 2003-08-29 13:29:28
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- 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: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.0.2 2.0.3 2.1 beta 1 2.1 beta 2 Assignee: Reporter: Thilo Jahke Created: Fri, 29 Aug 2003 8:28 AM Updated: Fri, 29 Aug 2003 8:28 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 |