Closed sunkan closed 5 years ago
Hi
When doing a joinWith('LEFT JOIN relationship') it will crash with Undefined index: JOIN relationship
joinWith('LEFT JOIN relationship')
Undefined index: JOIN relationship
The problem is in MapperRelationships::joinSelect on line 297 when removing the join part it don't include the length of JOIN
MapperRelationships::joinSelect
297
JOIN
I'll try to put together a pull request later today.
Hi
When doing a
joinWith('LEFT JOIN relationship')
it will crash withUndefined index: JOIN relationship
The problem is in
MapperRelationships::joinSelect
on line297
when removing the join part it don't include the length ofJOIN
I'll try to put together a pull request later today.