extended TypeTraitsTest for mysql

This commit is contained in:
Sascha Kuehl 2024-01-14 11:16:41 +01:00
parent 71cb460e4c
commit 92eb30767e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ struct data_type_traits<Color, void>
}
TEMPLATE_TEST_CASE_METHOD(TypeTraitsTestFixture, "Special handling of attributes with type traits", "[typetraits]", Sqlite, Postgres)
TEMPLATE_TEST_CASE_METHOD(TypeTraitsTestFixture, "Special handling of attributes with type traits", "[typetraits]", Sqlite, Postgres, MySql)
{
auto &s = TypeTraitsTestFixture<TestType>::session();