Skip to content

[5.7] Introduce sqlite foreign_key_constraints config option #4838

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

Merged
merged 1 commit into from
Oct 30, 2018
Merged

[5.7] Introduce sqlite foreign_key_constraints config option #4838

merged 1 commit into from
Oct 30, 2018

Conversation

dakira
Copy link
Contributor

@dakira dakira commented Oct 30, 2018

This enables the sqlite foreign_key_constraints option that was introduced with laravel/framework#26298 for all new installs.

The env variable DB_FOREIGN_KEYS was added to make it easier to handle this in testing (e.g. via phpunit.xml).

This enables the sqlite `foreign_key_constraints` option that was introduced with laravel/framework#26298 for all new installs.

The env variable DB_FOREIGN_KEYS was added to make it easier to handle this in testing (e.g. via phpunit.xml).
@taylorotwell taylorotwell merged commit 79e8ff4 into laravel:master Oct 30, 2018
@dakira dakira deleted the fk-support branch October 30, 2018 13:38
@GrahamCampbell GrahamCampbell changed the title introduce sqlite foreign_key_constraints config option [5.7] Introduce sqlite foreign_key_constraints config option Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants