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 dry run sql output. #182

Closed
wants to merge 1 commit into from
Closed

Fix dry run sql output. #182

wants to merge 1 commit into from

Conversation

pranaya
Copy link

@pranaya pranaya commented Aug 5, 2014

Prevent aborting loop too early, therefore outputting all sql instead of
just the first query.

Prevent aborting loop too early, therefore outputting all sql instead of 
just the first query.
@burzum
Copy link
Contributor

burzum commented Aug 6, 2014

This has already been fixed in the develop branch.

@burzum burzum closed this Aug 6, 2014
@pranaya
Copy link
Author

pranaya commented Aug 6, 2014

I see, but there are a few places where dry run is still aborting foreach loop. Like in CakeMigration::_alterTable(), CakeMigration::_renameTable(), CakeMigration::_alterIndexes().
Are they correct?

@burzum
Copy link
Contributor

burzum commented Aug 6, 2014

OK, I see now, please re-open the PR against the develop branch and I'll merge it.

@burzum
Copy link
Contributor

burzum commented Aug 6, 2014

I fixed it myself now in develop . #183

Thank you for showing the other places as well!

@pranaya
Copy link
Author

pranaya commented Aug 6, 2014

Thank you :)

deizel pushed a commit to deizel/cakedc-migrations that referenced this pull request Mar 4, 2016
Update the Migrations class to support the seeding feature
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