-
Notifications
You must be signed in to change notification settings - Fork 794
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
mysql::db sql parameter support filenames with multiple dots #1505
Conversation
The change in this PR still does not support absolute filenames that have more than one digit on the directories name. For example, |
Hi @skn-bvdh, your change looks good and it seems like most of our tests are passing fine. However, there seems to be an indentation error that is triggering our Rubocop checks and stopping our Spec tests from running properly. If you fix that small issue and the tests pass, we should be happy enough to merge this. |
LGTM. Thanks for your contribution! |
This fixes mysql::db sql parameter to support filenames with multiple dots. #1499