Janusz Żukowicz

Results 2 comments of Janusz Żukowicz

The problem is in doctrine, because if i try to create the same query in query builder: ``` $this->getDoctrine()->getManager() ->getRepository('ServalCRMBundle:Company') ->createQueryBuilder('c') ->select('COUNT(c.id)') ->where("(SELECT MIN(u.surname) FROM ServalCRMBundle:Contact u where u.id =...