Skip to content

Commit

Permalink
DMLTests.testGroupConcat test fixed for MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Jun 4, 2019
1 parent b386498 commit c05aced
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ class DMLTests : DatabaseTestsBase() {
assertEquals(3, it.size)
assertEquals("Andrey", it["St. Petersburg"])
val sorted = when (currentDialect) {
is MariaDBDialect -> "Sergey | Eugene"
is MysqlDialect, is SQLServerDialect, is H2Dialect -> "Eugene | Sergey"
else -> "Sergey | Eugene"
}
Expand Down

0 comments on commit c05aced

Please sign in to comment.