Wrong order of joins in SQL

Description

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.

Activity

Show:

Nathan XuSeptember 7, 2020 at 4:10 PM

PR created at: . A tricky issue got exposed. Good bug reporting!

Fixed

Details

Assignee

Reporter

Components

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