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

Fix mysql 5.5 truncate problem #26

Merged
merged 1 commit into from
May 13, 2013
Merged

Conversation

gimler
Copy link
Contributor

@gimler gimler commented Apr 22, 2013

MySQL 5.5 can not truncate tables with foreign keys so we must use delete. see also doctrine/DoctrineFixturesBundle#50

@guilhermeblanco
Copy link
Contributor

We're ok to merge this since it doesn't seem to affect the overall behavior of bundle.
This was already resolved in 2.0 but it demands a bit more work to become ready to be used.
Merging.

guilhermeblanco added a commit that referenced this pull request May 13, 2013
Fix mysql 5.5 truncate problem
@guilhermeblanco guilhermeblanco merged commit 0096315 into instaclick:master May 13, 2013
@gimler gimler deleted the patch-2 branch May 13, 2013 09:21
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