Siga os passos e implemente em seu projeto:
1 - Baixe o arquivo deste repositório: Doctrine 2 Tips and Tricks .
2 - Ajuste a diretiva (geralmente localizada no arquivo config.yml):
doctrine:orm:
entity_managers:
default:
dql:
string_functions:
Cast:
Path\Namespace\DQL\Cast
Limpe o cache e utilize a função dentro da Query DQL:
SELECT CAST(column AS TYPE)
That's it!