mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
DX: fix deprecation in dql custom function + add test
This commit is contained in:
@@ -27,7 +27,7 @@ class JsonbExistsInArray extends FunctionNode
|
||||
return sprintf(
|
||||
'%s ?? %s',
|
||||
$this->expr1->dispatch($sqlWalker),
|
||||
$sqlWalker->walkInputParameter($this->expr2)
|
||||
$this->expr2->dispatch($sqlWalker)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user