extended TypeTraitsTest for mysql

This commit is contained in:
2024-01-14 11:16:41 +01:00
parent 71cb460e4c
commit 92eb30767e
+1 -1
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(); auto &s = TypeTraitsTestFixture<TestType>::session();