zfcampus / zf-doctrine-querybuilder

Doctrine Query Builder request Filters
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

Added leftjoin ORM Query Type #42

Closed TomHAnderson closed 6 years ago

TomHAnderson commented 7 years ago

I found myself needing to query the non-foreign-key containing side of a relationship for null on the other and innerjoin does not do that, so here is leftjoin.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.02%) to 86.27% when pulling 18b3540b706ac30dbe0dc2acf8b9e5f86dc89d19 on TomHAnderson:feature/leftjoin into c5c483e512020d2964e267b219a67aa4ff41f069 on zfcampus:master.

michalbundyra commented 7 years ago

@TomHAnderson No idea why github is not updating your commits here... So weird!

TomHAnderson commented 7 years ago

Github status says there's a backlog of queue events. I'll check back later today.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.02%) to 86.27% when pulling f7d911985a0babc906dfa8d3e7ccc828a2f68c2f on TomHAnderson:feature/leftjoin into c5c483e512020d2964e267b219a67aa4ff41f069 on zfcampus:master.

TomHAnderson commented 7 years ago

This PR now includes all expected commits.

michalbundyra commented 7 years ago

@TomHAnderson Thanks !

michalbundyra commented 6 years ago

@TomHAnderson thanks !