Skip to content

Commit

Permalink
Allow defining tables with quoted names (#1562) / Fix test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Oct 2, 2022
1 parent ad92b12 commit d2c8df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ConnectionTests : DatabaseTestsBase() {
val child = object : LongIdTable("child") {
val scale = reference("scale", parent.scale)
}
withTables(listOf(TestDB.MYSQL), child) {
withTables(listOf(TestDB.MYSQL), child, parent) {
val constraints = connection.metadata {
tableConstraints(listOf(child))
}
Expand Down

0 comments on commit d2c8df9

Please sign in to comment.