I am fetching results from doctrine native query and want to convert the id into uuid using result set mapper,I am using the below code:
$rsm = new ResultSetMapping();
$rsm->addScalarResult('id', 'id', 'uuid_magic_optimised');
$rsm->addScalarResult('title', 'title');
$rsm->addScalarResult('vendor', 'vendor');
$rsm->addScalarResult('icon_name', 'icon_url');
But getting the following error:
Doctrine DBAL Types ConversionException
Could not convert database value "1" to Doctrine Type uuid_binary_ordered_time