Closed Forticas closed 3 weeks ago
fundamentally the same, but the final definitions would be the Postgresql functions you want: eg
# config/packages/doctrine.yaml
doctrine:
orm:
dql:
string_functions:
JSONB_EXISTS: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Postgresql\JsonbExists
JSONB_EXISTS_ANY: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Postgresql\JsonbExistsAny
Hello ,
this is symfony configuration for MySQL:
What is the configuration for Postgresql? Thank's