Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert SchemaTool change to check for foreign key support #7937

Merged
merged 1 commit into from
Dec 16, 2019

Conversation

beberlei
Copy link
Member

@beberlei beberlei commented Dec 1, 2019

3707c39 fixed the symptom that SqlitePlatform#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: #7842 (comment)

Related PR on DBAL that fixes SQLite Foreign Key Handling: doctrine/dbal#3762

@beberlei beberlei added this to the 2.7.1 milestone Dec 1, 2019
@lcobucci lcobucci self-assigned this Dec 16, 2019
@lcobucci lcobucci merged commit 5873242 into 2.7 Dec 16, 2019
@lcobucci
Copy link
Member

@beberlei thanks!

@lcobucci lcobucci deleted the GH-7930-SqliteForeignKeys branch December 16, 2019 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants