- Switch PyMySQL driver to support Python 3 for MySQL.
- Add environment variable ``MYSQL_COMMAND_POSTFIX`` to use MySQL commands like `mysql5` instead of `mysql`.
1.2.1
------------------
- Improve retry logic for dropping databases: ensure that db actually exists before trying to drop it (12706).
1.2
----------------
- Provisional compatibility to Python 3 (no compatible mysql driver exists yet, though). - Fixed test code that made implicit assumptions about existing databases on the PostgreSQL server used or depended on timing conditions.
1.1.1
------------------
- Use `template0` when changing `LC_COLLATE` which was introduced in v1.1.