We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6274d commit 35b1b90Copy full SHA for 35b1b90
driver_test.go
@@ -1614,8 +1614,7 @@ func TestCollation(t *testing.T) {
1614
// https://mariadb.com/kb/en/setting-character-sets-and-collations/#changing-default-collation
1615
// https://mariadb.com/kb/en/server-system-variables/#character_set_collations
1616
// utf8mb4_general_ci, utf8mb3_general_ci will be overridden by default MariaDB.
1617
- // Collations other than charasets default are not overridden. So other utf8mb4_* and utf8mb3_*
1618
- // collations are safe.
+ // Collations other than charasets default are not overridden. So utf8mb4_unicode_ci is safe.
1619
testCollations := []string{
1620
"latin1_general_ci",
1621
"binary",
0 commit comments