mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
Fix column uppercasing (#569)
* Add integrations tests for column case sensitive name * add a warning when column_case_sensitive in not set * add announce default will change in in 4.0.0 * fix tests for engine that don't wrap column in backticks * add filter because only MySQL 5.7 is case sensitive for users privs * add kmarse and myself to the authors * add kmarse to the contributors list --------- Co-authored-by: Laurent Indermühle <laurent.indermuehle@epfl.ch> Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
This commit is contained in:
parent
8c2b6b0b3c
commit
033b4c74f9
10 changed files with 389 additions and 8 deletions
21
changelogs/569_fix_column_uppercasing.yml
Normal file
21
changelogs/569_fix_column_uppercasing.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
minor_changes:
|
||||
|
||||
- mysql_user - add ``column_case_sensitive`` option to prevent field names
|
||||
from being uppercased
|
||||
(https://github.com/ansible-collections/community.mysql/pull/569).
|
||||
- mysql_role - add ``column_case_sensitive`` option to prevent field names
|
||||
from being uppercased
|
||||
(https://github.com/ansible-collections/community.mysql/pull/569).
|
||||
|
||||
major_changes:
|
||||
- mysql_user - the ``column_case_sensitive`` argument's default value will be
|
||||
changed to ``true`` in community.mysql 4.0.0. If your playbook expected the
|
||||
column to be automatically uppercased for your users privileges, you should
|
||||
set this to false explicitly
|
||||
(https://github.com/ansible-collections/community.mysql/issues/577).
|
||||
- mysql_role - the ``column_case_sensitive`` argument's default value will be
|
||||
changed to ``true`` in community.mysql 4.0.0. If your playbook expected the
|
||||
column to be automatically uppercased for your roles privileges, you should
|
||||
set this to false explicitly
|
||||
(https://github.com/ansible-collections/community.mysql/issues/578).
|
Loading…
Add table
Add a link
Reference in a new issue