mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-05 13:44:25 -07:00
Add integrations tests for column case sensitive name
This commit is contained in:
parent
8c2b6b0b3c
commit
8e711903c5
4 changed files with 235 additions and 1 deletions
|
@ -18,3 +18,7 @@
|
|||
- include_tasks: test_priv_subtract.yml
|
||||
vars:
|
||||
enable_check_mode: yes
|
||||
|
||||
- name: Test column case sensitive
|
||||
ansible.builtin.import_tasks:
|
||||
file: test_column_case_sensitive.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue