We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a9c10 commit 5b03339Copy full SHA for 5b03339
test/EFCore.MySql.Tests/Query/MySqlCollationTest.cs
@@ -13,10 +13,8 @@ public MySqlCollationTest(MySqlCollationFixture fixture)
13
{
14
}
15
16
- // TODO: 9.0
17
- // For some reason, this test does not throw on MariaDB 11.5 (Ubuntu/Windows) or MariaDB 11.4 Ubuntu (but throws on Windows).
18
- // MySQL 9.4+ also handles incompatible collations without throwing.
19
- // The test is supposed to throw on older versions.
+ // MySQL 9.4+ and MariaDB 11.4+ handle incompatible collations without throwing exceptions.
+ // This test verifies that older versions still throw as expected.
20
[SupportedServerVersionLessThanCondition("11.4.0-mariadb")]
21
[SupportedServerVersionLessThanCondition("9.4.0-mysql")]
22
[ConditionalFact]
0 commit comments