extended TypeTraitsTest for mysql
This commit is contained in:
parent
71cb460e4c
commit
92eb30767e
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue