Jasper N. Brouwer

Results 1 issues of Jasper N. Brouwer

It would be nice to have some config entry for using Doctrine\DBAL\Types\Type::overrideType(). Currently the config entry: doctrine.dbal.connections.next.types.TYPE = CLASSNAME will add the type using Doctrine\DBAL\Types\Type::addType(). The small patch below will...