-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Labels
Description
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.
dongwook-chan and mjs1995