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

Remove table_exists? check in reset_column_information #21018

Merged
merged 1 commit into from
Jul 24, 2015

Conversation

Fryguy
Copy link
Contributor

@Fryguy Fryguy commented Jul 24, 2015

table_exists? goes through a cache itself. If we are clearing the
schema cache we should not be checking a cached method.

cc @tenderlove

This is for 4-2-stable. This was done in a larger commit on master, so I couldn't cherry-pick.

table_exists? goes through a cache itself.  If we are clearing the
schema cache we should not be checking a cached method.
tenderlove added a commit that referenced this pull request Jul 24, 2015
Remove table_exists? check in reset_column_information
@tenderlove tenderlove merged commit 5b84d8a into rails:4-2-stable Jul 24, 2015
@Fryguy Fryguy deleted the remove_cached_table_check branch July 24, 2015 21:57
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.

None yet

2 participants