query parser did not detect "Duplicate definition of alias"
------------------------------------------------------------
Key: HHH-4506
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4506
Project: Hibernate Core
Issue Type: Bug
Components: query-hql
Affects Versions: 3.2.7
Reporter: Armin Haaf
the following query is a valid query
select child from Child child, Parent parent join parent.children as child
in my opinion this should create a QuerySyntaxException of "Duplicate definition of
alias"
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira