extended TypeTraitsTest for mysql
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user