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
feature #141 fix: Fix the configuration of the extension when DBAL is not configured (theofidry)
This PR was squashed before being merged into the 1.x-dev branch.
Discussion
----------
fix: Fix the configuration of the extension when DBAL is not configured
Currently if you happen to not configure DoctrineDBAL, the extension will append the types to the DBAL configuration resulting in an invalid config, which will crash the booting of the Symfony app.
A typical scenario where DBAL may not be configured is if you an an environment with in-memory tests, where DBAL is not used at all.
Commits
-------
5183761 fix: Fix the configuration of the extension when DBAL is not configured
0 commit comments