Tables with same alias don't failure

Description

The query below:

select DISTINCT(p) FROM PersonFeature p
JOIN p.MusicStyles m
LEFT OUTER JOIN p.MyBlacklist m ...

Have two tables with same alias and don't throw exception or any error. And the result is not expected.
So I realized the alias are equals and I changed one to 'mx', now the result is what I want.

Environment

None

Activity

Show:

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created April 19, 2012 at 1:08 PM
Updated April 19, 2012 at 1:08 PM
Who's Looking?