As we add test for MySQL 8 in #484,
we need to create an additional class to test everything against MySQL 8.
So instead of creating a class based on the database, we'd like to change the test structure,
so that we only need to parameterize which database we want to test against and the entire list of tests will be triggered.
As we add test for MySQL 8 in #484, we need to create an additional class to test everything against MySQL 8.
So instead of creating a class based on the database, we'd like to change the test structure, so that we only need to parameterize which database we want to test against and the entire list of tests will be triggered.