Tharos / LeanQuery

www.leanmapper.com
MIT License
6 stars 5 forks source link

Throw exception when joining inexisting property in DomainQueryHelper::addJoinByType #11

Open rebendajirijr opened 10 years ago

rebendajirijr commented 10 years ago

Please, add check if $property is not NULL, otherwise https://github.com/Tharos/LeanQuery/blob/master/LeanQuery/DomainQueryHelper.php#L109 rises fatal error. Exception would help to debug it.