The change of 1263b26 done by @fatbox is causing issues as it will no longer escape the table field, but the MySQL SHOW GRANTS query is returning the table queried.
This breaks the comparison to see if the generated query is in the returned list of grants for the user.
The only workaround for now (which is not clean IMHO) is adding the backticks to the table name of the sls file.
The change of 1263b26 done by @fatbox is causing issues as it will no longer escape the table field, but the MySQL
SHOW GRANTSquery is returning the table queried.This breaks the comparison to see if the generated query is in the returned list of grants for the user.
The only workaround for now (which is not clean IMHO) is adding the backticks to the table name of the sls file.