Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Can't Fix
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:mysql5, unix
Description
Example:
I want to aggregate a expression, so i need to select everything:
->select('a., d., CONCAT_WS(" ", d.initials, d.surname) as formalName))
->from('Account a')
->leftJoin('a.Details d')
Result will be an empty record of Details if there is no relation, removing the aggregated value will fix this and not join a record.
Sorry, I don't quite understand with such minimal information. Can you provide a failing test case?