mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Replaced the non standard IFNULL function which postgres does not know with the COALSCE function
This commit is contained in:
parent
33a5e70b70
commit
c58ff5861d
3 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue