Does anyone know a way to perform a query using Doctrine which has a JSON field?
Postgresql query example:
select id, nome, tipo, '{"idUsuario":465,"login":"paulo"}'::json
from public.usuarios
limit 5;
I need to make this query in Doctri...
asked by
08.04.2016 / 21:43