atlasphp / Atlas.Orm

A data mapper implementation for your persistence model in PHP.
http://atlasphp.io
MIT License
428 stars 22 forks source link

joinWith doesn't work when specifying direction #102

Closed sunkan closed 5 years ago

sunkan commented 5 years ago

Hi

When doing a joinWith('LEFT JOIN relationship') it will crash with 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

I'll try to put together a pull request later today.