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
bug symfony#58956 [DoctrineBridge] Fix Connection::createSchemaManager() for Doctrine DBAL v2 (neodevcode)
This PR was merged into the 6.4 branch.
Discussion
----------
[DoctrineBridge] Fix `Connection::createSchemaManager()` for Doctrine DBAL v2
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#58955
| License | MIT
As the 6.4 symfony/doctrine-bridge is compatible with doctrine/dbal 2.13 we need to check for createSchemaManager existance and use getSchemaManager instead if necessary (like it's already done in the messenger component for instance)
Commits
-------
b8a8bd8 [DoctrineBridge] Fix Connection::createSchemaManager() for Doctrine DBAL v2
0 commit comments