Closed dmaicher closed 7 years ago
In some scenarios where the doctrine dbal connection was configured using 'url: ...' the StaticDriver was not used because Doctrine ignores the 'driverClass' param in that case :(
See https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/DriverManager.php#L403
The issue was reported here where we use sqlite configured with url: ...: https://github.com/symfony/symfony-demo/pull/555
url: ...
In some scenarios where the doctrine dbal connection was configured using 'url: ...' the StaticDriver was not used because Doctrine ignores the 'driverClass' param in that case :(
See https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/DriverManager.php#L403
The issue was reported here where we use sqlite configured with
url: ...
: https://github.com/symfony/symfony-demo/pull/555