You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expecting the connection to use App\Doctrine\CustomPlatform as platform instead of the platform determined by Doctrine\DBAL\Driver::getDatabasePlatform()
I already found and fixed the bug locally. Will create a PR.
The text was updated successfully, but these errors were encountered:
Bug Report
dbal version: 4.1.1
Summary
Providing a custom platform to the dbal configuration is not used when determining the platform for the connection.
Current behaviour
The default platform based on the server_version of the connection is used.
How to reproduce
Add a custom platform to your connection in
doctrine.yaml
configuration:Expected behaviour
Expecting the connection to use
App\Doctrine\CustomPlatform
as platform instead of the platform determined byDoctrine\DBAL\Driver::getDatabasePlatform()
I already found and fixed the bug locally. Will create a PR.
The text was updated successfully, but these errors were encountered: