Commit 76df983
committed
bug symfony#58956 [DoctrineBridge] Fix
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 | Fix symfony#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 v2Connection::createSchemaManager() for Doctrine DBAL v2 (neodevcode)File tree
1 file changed
+1
-2
lines changed- src/Symfony/Bridge/Doctrine/SchemaListener
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments