uuid-doctrine icon indicating copy to clipboard operation
uuid-doctrine copied to clipboard

doctrine.dbal.default_connection is set to 'default' and cannot be changed anymore

Open yourithielen opened this issue 3 years ago • 0 comments

Description

When using ramsey/uuid-doctrine changing doctrine.dbal.default_connection in config/packages/doctrine.yml has no effect anymore.

Steps to reproduce

When I register the type Ramsey\Uuid\Doctrine\UuidType in ramsey_uuid_doctrine.yaml I noticed doctrine.dbal.default_connection gets set to 'default'. I verified this when running bin/console debug:config doctrine, the value becomes default, ignoring the value in config/packages/doctrine.yml

Environment details

  • version of this package: 1.8.0
  • PHP version: 7.3.18
  • OS: Ubuntu 16

yourithielen avatar Nov 19 '21 13:11 yourithielen