Merge branch 'master' into CRUD-init

This commit is contained in:
2019-12-04 21:50:21 +01:00
20 changed files with 263 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ use Chill\MainBundle\Doctrine\DQL\Similarity;
use Chill\MainBundle\Doctrine\DQL\OverlapsI;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference;
use Chill\MainBundle\Doctrine\DQL\Replace;
/**
* This class load config for chillMainExtension.
@@ -164,7 +165,8 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
'string_functions' => array(
'unaccent' => Unaccent::class,
'GET_JSON_FIELD_BY_KEY' => GetJsonFieldByKey::class,
'AGGREGATE' => JsonAggregate::class
'AGGREGATE' => JsonAggregate::class,
'REPLACE' => Replace::class,
),
'numeric_functions' => [
'JSONB_EXISTS_IN_ARRAY' => JsonbExistsInArray::class,