Roave / psr-container-doctrine

Doctrine Factories for PSR-11 Containers
BSD 2-Clause "Simplified" License
95 stars 31 forks source link

Restore support for connecting using DSN string #124

Closed yethee closed 7 months ago

yethee commented 7 months ago

The url parameter is currently ignored, because support for this has been removed from the DriverManager. This PR fixes this issue.

The pdo parameter has also been removed. It's no longer using inside doctrine/dbal (https://github.com/doctrine/dbal/pull/3554)