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 issue with some method when the migrations were not loaded #421

Merged
merged 1 commit into from
Jan 17, 2016

Conversation

mikeSimonson
Copy link
Contributor

Previously you needed to make sure manually that registerMigrations was
called before to make any call to a method that was using the migrations
loaded.

This might cause performance issue in some edge case but it's unlikely.
Unfortunately in the current desgin I don't see any other solution.

…aded

Previously you needed to make sure manually that registerMigrations was
called before to make any call to a method that was using the migrations
loaded.

This might cause performance issue in some edge case but it's unlikely.
Unfortunately in the current desgin I don't see any other solution.
@mikeSimonson
Copy link
Contributor Author

@stof Can you review this change ?

mikeSimonson added a commit that referenced this pull request Jan 17, 2016
Fix issue with some method when the migrations were not loaded
@mikeSimonson mikeSimonson merged commit a729863 into doctrine:master Jan 17, 2016
@TomasVotruba
Copy link
Contributor

Awesome, I came across this issue many times! Thank you

@mikeSimonson mikeSimonson modified the milestone: 1.3.0 Jan 23, 2016
@rcatlin rcatlin mentioned this pull request Feb 16, 2016
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