mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-26 14:41:24 -07:00
sql_mode can be set in session, therefore we should look for ANSI_QUOTES in session variable instead of global variable (#677)
* issue-671: get ASNI_QUOTES from session sql_mode instead of GLOBAL sql_mode
This commit is contained in:
parent
90bd0b0a75
commit
ebb37ae7a3
4 changed files with 131 additions and 1 deletions
|
@ -282,6 +282,12 @@
|
|||
- import_tasks: issue-64560.yaml
|
||||
tags:
|
||||
- issue-64560
|
||||
|
||||
- name: Test ANSI_QUOTES
|
||||
ansible.builtin.import_tasks:
|
||||
file: issue-671.yaml
|
||||
tags:
|
||||
- issue-671
|
||||
|
||||
# Test that mysql_user still works with force_context enabled (database set to "mysql")
|
||||
# (https://github.com/ansible-collections/community.mysql/issues/265)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue