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

SQLite driver throws exception when using dropForeignKey #1982

Closed
lonnieezell opened this issue May 2, 2019 · 0 comments · Fixed by #2042
Closed

SQLite driver throws exception when using dropForeignKey #1982

lonnieezell opened this issue May 2, 2019 · 0 comments · Fixed by #2042
Assignees

Comments

@lonnieezell
Copy link
Member

This makes it unusable during testing when your tables have Foreign Keys implemented.

Instead, it should either actually drop the foreign key (if possible) or silently continue so that testing can continue.

@lonnieezell lonnieezell added this to the 4.0.0-rc.1 milestone May 2, 2019
@lonnieezell lonnieezell self-assigned this May 2, 2019
lonnieezell added a commit that referenced this issue Jun 7, 2019
SQLite3 now supports dropping foreign keys. Fixes #1982
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant