Message:
The following issue has been re-assigned.
Assignee: David Channon (mailto:dch...@bi...)
Assigner: Gavin King (mailto:ga...@in...)
Date: Fri, 29 Aug 2003 2:01 PM
Comment:
This is why we do betas ;)
David, Its possible that this is a side effect of your changes to SelectParser ... at least you know the code, so would you take a look if you get a chance please. TIA.
---------------------------------------------------------------------
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: Assigned
Priority: Major
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: Fri, 29 Aug 2003 2:01 PM
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
|