Skip to content

Commit 1c46aaa

Browse files
committed
Add the debug log for Union test
1 parent dea2414 commit 1c46aaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sqllin-dsl/src/commonTest/kotlin/com/ctrip/sqllin/dsl/CommonBasicTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ class CommonBasicTest(private val path: DatabasePath) {
250250
}
251251
}
252252
}
253+
statement!!.getResults().forEach {
254+
println(it)
255+
}
253256
assertEquals(7, statement!!.getResults().size)
254257
assertEquals(2, statement!!.getResults().count { it == book0 })
255258
assertEquals(2, statement!!.getResults().count { it == book1 })

0 commit comments

Comments
 (0)