Replaced the non standard IFNULL function which postgres does not know with the COALSCE function

This commit is contained in:
Jan Böhmer 2024-06-13 23:01:53 +02:00
parent 33a5e70b70
commit c58ff5861d
3 changed files with 16 additions and 4 deletions

View file

@ -44,7 +44,6 @@ doctrine:
dql:
string_functions:
regexp: DoctrineExtensions\Query\Mysql\Regexp
ifnull: DoctrineExtensions\Query\Mysql\IfNull
field: DoctrineExtensions\Query\Mysql\Field
field2: App\Doctrine\Functions\Field2