-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Foreign key constraints - Postgres #246
Comments
@jbenezech What issue are you referencing ? |
I think there are several pointing to the same problem: when there is a relationship between 2 entities as described below, when loading the fixtures and deleting the data, foreign key constraints are violated.
This one for example, proposes a fix for mysql: #113 |
I was about to open an issue for this exact same bug. Currently I'm setting the version to 1.1.1 to avoid this bug. |
@devantoine Can you check if you still have that issue with dev-master ? It should be fixed now. I f you confirm the fix then I will release 1.2.1 Thanks |
@mikeSimonson Yes, it's fixed! Thanks! |
I have seen some fix and workarounds to solve the foreign key constraint problem with mysql but am using postgres and haven't found any easy way to bypass this.
My current workaround kind of works but make the test so slow they become unusable.
The text was updated successfully, but these errors were encountered: