-
Notifications
You must be signed in to change notification settings - Fork 89
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 column uppercasing #569
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #569 +/- ##
==========================================
- Coverage 76.16% 74.40% -1.77%
==========================================
Files 28 18 -10
Lines 2379 2266 -113
Branches 579 564 -15
==========================================
- Hits 1812 1686 -126
- Misses 391 407 +16
+ Partials 176 173 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@kmarse hello, thanks for the PR!
if you have any questions, please ask |
@Andersson007 I feel like we should change the default in 4.0 to true ! We could announce it like you did in #408. Are you ok? @kmarse, hope you're doing well with everything on your plate recently. I've got the integration tests completed for the changes in #399 - they're all passing. I want to get this merged as soon as we can as #572 is blocked by it. When you get a chance, would you mind taking a look at either granting me push access to your fork's If you think you won't have bandwidth for it in the next day or two though, feel free to let me know and I can open a PR on my end to move things along. Just wanted to check in first since it's your code. Thanks so much! |
@laurent-indermuehle I have added you to my fork am just waiting your acceptance now. Sorry I am pretty busy on other projects and don't have the bandwidth to help a lot on this. |
@kmarse thanks for the invitation, I accepted it. I'll try to push my tests tomorrow. |
fcc8a87
to
8c2b6b0
Compare
@laurent-indermuehle yeah, i'm fine with that, thanks |
* Add MAX_STATEMENT_TIME to resource_limits * Move version check for resource_limits to implementations
…ons#551) * only use the "database" connection argument with driver versions where "db" is deprecated/removed * connection arguments: fix KeyError * connection arguments: fix KeyError * connection arguments: use 'passwd' instead of 'password' with older drivers * add changelog fragment * refactoring: use "get_connector_name" in "mysql_connect" --------- Co-authored-by: Felix Hamme <[email protected]>
) * fix connection arguments for MySQLdb <2.0 !=1.0 * add changelog fragment --------- Co-authored-by: Felix Hamme <[email protected]>
I don't get why this PR has been closed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laurent-indermuehle thanks for continuing the work!
How about:
- Adding yourself and @kmarse to the
authors:
? - Adding a warning when the field is not set?
Co-authored-by: Andrew Klychkov <[email protected]>
Co-authored-by: Andrew Klychkov <[email protected]>
Co-authored-by: Andrew Klychkov <[email protected]>
This prevent forgetting the comma when adding more items to the list Co-authored-by: Andrew Klychkov <[email protected]>
Co-authored-by: Andrew Klychkov <[email protected]>
@Andersson007 module.params['column_case_sensitive'] seems to be always sets. Then I made a simple test "if not column_case_sensitive". Hope that's ok: baf947d |
Co-authored-by: Andrew Klychkov <[email protected]>
Co-authored-by: Andrew Klychkov <[email protected]>
Co-authored-by: Andrew Klychkov <[email protected]>
Co-authored-by: Andrew Klychkov <[email protected]>
Co-authored-by: Andrew Klychkov <[email protected]>
033b4c7
into
ansible-collections:main
@kmarse @laurent-indermuehle thanks a lot for the contribution! |
SUMMARY
This pull request is to add logic to remove uppercasing column level privileges as they are case sensitive per MySQL databases.
This fixes #399
ISSUE TYPE
COMPONENT NAME
plugins/modules/mysql_role.py
plugins/modules/mysql_user.py
plugins/module_utils/user.py
ADDITIONAL INFORMATION