I\'m trying to get a single row returned from a native query with Doctrine. Here\'s my code:
$rsm = new ResultSetMapping; $rsm->addEntityResult(\'VNNCoreB
->getSingleScalarResult() will return a single value, instead of an array.