parent
bd1c5140da
commit
aa3b6fbd9f
|
@ -294,7 +294,7 @@ fromTable
|
|||
// Write the table node (from fragment) and all the join fragments associated with it.
|
||||
: #( a:FROM_FRAGMENT { out(a); } (tableJoin [ a ])* { fromFragmentSeparator(a); } )
|
||||
| #( b:JOIN_FRAGMENT { out(b); } (tableJoin [ b ])* { fromFragmentSeparator(b); } )
|
||||
| #( e:ENTITY_JOIN { out(e); } )
|
||||
| #( e:ENTITY_JOIN { out(e); } (tableJoin [ e ])* { fromFragmentSeparator(e); } )
|
||||
;
|
||||
|
||||
tableJoin [ AST parent ]
|
||||
|
|
Loading…
Reference in New Issue