We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea2414 commit 1c46aaaCopy full SHA for 1c46aaa
sqllin-dsl/src/commonTest/kotlin/com/ctrip/sqllin/dsl/CommonBasicTest.kt
@@ -250,6 +250,9 @@ class CommonBasicTest(private val path: DatabasePath) {
250
}
251
252
253
+ statement!!.getResults().forEach {
254
+ println(it)
255
+ }
256
assertEquals(7, statement!!.getResults().size)
257
assertEquals(2, statement!!.getResults().count { it == book0 })
258
assertEquals(2, statement!!.getResults().count { it == book1 })
0 commit comments