HHH-15613 remove 'lateral' from fromRoot rule
it means the same thing as 'join lateral', and is currently ignored by HQL
This commit is contained in:
parent
8f23e16a35
commit
a42c52615e
|
@ -176,8 +176,8 @@ entityWithJoins
|
|||
* A root entity declaration in the 'from' clause, with optional identification variable
|
||||
*/
|
||||
fromRoot
|
||||
: entityName variable? # RootEntity
|
||||
| LATERAL? LEFT_PAREN subquery RIGHT_PAREN variable? # RootSubquery
|
||||
: entityName variable? # RootEntity
|
||||
| LEFT_PAREN subquery RIGHT_PAREN variable? # RootSubquery
|
||||
;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue