Closed grogou closed 1 year ago
I have solved this problem with native query, but I guess there is problem with functions, maybe registering string_functions is not working or there is some deprecation.
Sad about responsibility of this repo. It is really good repository.
Hi @jsor and thank you for this repository.
My project is in Symfony 6.2.7 with Doctrine ORM 2.14.1.
I have done setup as you described https://github.com/jsor/doctrine-postgis/blob/main/docs/symfony.md
I have added 2 functions
This one is my dql query in User repository
And this one is standard query, it is doing same thing and it is working on direct execution in pgAdmin
The error is
Is it know issue or new version of symfony or doctrine is not supported?