community.mysql/changelogs
Nicolas PAYART 6b12435b2b
Allow the "%" character in database name (#227)
The naming rules for MySQL/MariaDB identifiers, when quoted, allow the
`%` character.

However, currently, the use of the `%` character in database names
results in mismatch or missing databases.

- Rewrite query to identify the databases in the catalog using
  `information_schema` instead of `SHOW DATABASES LIKE`
- Escape the `%` character in `CREATE DATABASE` query.

Signed-off-by: Nicolas Payart <npayart@gmail.com>
2021-10-21 08:38:46 +02:00
..
fragments Allow the "%" character in database name (#227) 2021-10-21 08:38:46 +02:00
CHANGELOG.rst Release 1.3.0 commit 2021-03-08 17:22:17 +01:00
changelog.yaml Update main branch after branching new stable-2 branch (#146) 2021-04-15 10:14:34 +02:00
config.yaml Fixups (#2) 2020-07-12 12:35:55 +01:00