Skip to content

Commit

Permalink
Fix MySQL constraint test
Browse files Browse the repository at this point in the history
  • Loading branch information
bog-walk committed Oct 7, 2024
1 parent 4e09b95 commit 5ec3501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class ForeignKeyConstraintTests : DatabaseTestsBase() {
override val primaryKey = PrimaryKey(id)
}

withTables(category, item) { testDb ->
withTables(excludeSettings = listOf(TestDB.MYSQL_V5), category, item) { testDb ->
if (currentDialectTest.supportsOnUpdate) {
val constraints = connection.metadata {
tableConstraints(listOf(item))
Expand Down

0 comments on commit 5ec3501

Please sign in to comment.