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

PF: Add helper method to check if index is up to date #44

Merged
merged 3 commits into from
Aug 28, 2023

Conversation

florianpilz
Copy link
Contributor

Working with mysql_framework in other projects needed to ship a custom implementation to check if an index is up to date, to decide if it needs to be re-created. This helper method should be provided by the library instead.

Working with `mysql_framework` in other projects needed to ship a custom
implementation to check if an index is up to date, to decide if it needs
to be re-created. This helper method should be provided by the library
instead.
@florianpilz florianpilz added the enhancement New feature or request label Aug 25, 2023
@florianpilz florianpilz self-assigned this Aug 25, 2023
@codeclimate
Copy link

codeclimate bot commented Aug 25, 2023

Code Climate has analyzed commit cb241d7 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@florianpilz florianpilz merged commit c69045f into master Aug 28, 2023
1 check passed
@florianpilz florianpilz deleted the add-index-up-to-date-helper branch August 28, 2023 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

3 participants