mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Remove calls to AbstractPlatform::canEmulateSchemas()
#6834
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @derrabus on GitHub (Sep 19, 2021).
DBAL is going to remove
AbstractPlatform::canEmulateSchemas(), so we should not call it anymore.doctrine/dbal#4805
@beberlei commented on GitHub (Dec 12, 2021):
Its just a deprecation for now, we can unschedule for 2.11 for now.
@counteraccro commented on GitHub (Nov 12, 2024):
Hello,
I just encountered this deprecation on my project in Synfony 7.1.7 when migrating from postgreSql to Mysql
The deprecation:
After a quick search in the code, I found 2 places where the deprecation is present.
in vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php line 46
In vendor/doctrine/orm/src/Tools/SchemaTool.php line 417
I did not find anything in my code that I can fix myself.
Is there any plan to fix this deprecation soon?
Thank you in advance for your feedback