community.general/lib/ansible/modules/database
Pierrick Caillon a1b3664ec4 Fix: mysql_user - permission string with column privileges
MySQL returns privileges on columns as "PRIVILEGES (column)".
For permissions to be correctly matched, it must be specified exactly the
same in the module argument. A resulting string is like
"dbname.dbtable:PRIVILEGES (column)". Thus, the space before the opening
parenthesis must also be removed when creating the set of privileges for
validation.
2017-02-21 10:51:03 -08:00
..
influxdb Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
misc no log passwords (#21229) 2017-02-10 15:13:59 -05:00
mssql Mask login_password in log (#21199) 2017-02-09 10:16:54 -08:00
mysql Fix: mysql_user - permission string with column privileges 2017-02-21 10:51:03 -08:00
postgresql Postgres ssl mode prefer (#21498) 2017-02-16 11:29:43 -08:00
vertica no log passwords (#21229) 2017-02-10 15:13:59 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00