* [FIX] add IF NOT EXISTS to the CREATE INDEX SQL command * [CHORE] add Python 3.9 CI tests
1.3.4
* [FEAT] add --quiet option
1.3.3
* [FIX] test for mysql client more gracefully
1.3.2
* [FEAT] simpler access to the debug version info using the --version switch * [FEAT] add debug_info module to be used in bug reports * [CHORE] remove PyPy and PyPy3 CI tests * [CHORE] add tabulate to development dependencies * [CHORE] use pytest fixture fom Faker 4.1.0 in Python 3 tests * [CHORE] omit debug_info.py in coverage reports
1.3.1
* [FIX] fix information_schema issue introduced with MySQL 8.0.21 * [FIX] fix MySQL 8 bug where column types would sometimes be returned as bytes instead of strings * [FIX] sqlalchemy-utils dropped Python 2.7 support in v0.36.7 * [CHORE] use MySQL Client instead of PyMySQL in tests * [CHORE] add MySQL version output to CI tests * [CHORE] add Python 3.9 to the CI tests * [CHORE] add MariaDB 10.5 to the CI tests * [CHORE] remove Python 2.7 from allowed CI test failures * [CHORE] use Ubuntu Bionic instead of Ubuntu Xenial in CI tests * [CHORE] use Ubuntu Xenial only for MariaDB 10.4 CI tests * [CHORE] test legacy databases in CI tests