Change By: Gail Badner (23/Aug/12 2:35 AM)
Description: This issue is related to HHH-4825, but, here, a collection key and element column alias are the same.

As a result, the select column having the duplicated alias is excluded from the query results, which ultimately causes a failure.

The fix for HHH-4825 appends the collection owner's table number when generating the collection key aliases. The fix for this issue is to append the collection table number when generating the collection element aliases.

By using a table number for the collection key aliases that is different from the table number used for collection key elements, the aliases cannot collide.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira