DoctrineJsonFunctions
DoctrineJsonFunctions copied to clipboard
Doctrine DQL functions for SQL JSON data type
The MariaDB JSON functions are no longer processed as of doctrine/dbal:4.0 because the platform abstraction has changed there. \Scienta\DoctrineJsonFunctions\Query\AST\Functions\Mariadb\MariadbJsonFunctionNode::validatePlatform The class mentioned checks for the MySQLPlatform. However, MariaDb now only...
Sorry but I can't find a proper example of the function for postgres running in symfony 7 and latest doctrine 3 I have a column `location` containing a `JSONB` like...
fixes #82