mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #7937] Revert SchemaTool change to check for foreign key support #10726
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?
Original Pull Request: https://github.com/doctrine/orm/pull/7937
State: closed
Merged: Yes
3707c39124fixed the symptom thatSqlitePlatform#supportsForeignKeyConstraints()returns false, even though we now have emulation in plcae that allows us to set this to true.This fixes regression #7930 introduced in 2.6.5 by #7841 and #7842
Explanation why fix is wrong: https://github.com/doctrine/orm/pull/7842#issuecomment-560088102
Related PR on DBAL that fixes SQLite Foreign Key Handling: https://github.com/doctrine/dbal/pull/3762