Fixed
Details
Assignee
Nathan XuNathan XuReporter
Christian BeikovChristian BeikovComponents
Fix versions
Priority
Major
Details
Details
Assignee
Nathan Xu
Nathan XuReporter
Christian Beikov
Christian BeikovComponents
Fix versions
Priority
Created September 1, 2020 at 4:18 PM
Updated February 3, 2021 at 1:18 PM
Resolved September 14, 2020 at 8:04 AM
Assume the following HQL:
The generated SQL will be:
The association join is rendered before the entity join which results in an error. The order of joins should be retained to make this work.