Skip to content

Commit ff530c6

Browse files
committed
Add comment about Kotlin context parameters
1 parent 80e0d64 commit ff530c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/kotlin/examples/kotlin/mybatis3/mariadb/KMariaDBTest.kt

+4
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ class KMariaDBTest {
143143
}
144144
}
145145

146+
// Note that the following example uses of KIsLikeEscape are a bit awkward and don't look as natural as the
147+
// built-in conditions. We should be able to improve this once Kotlin implements the context parameters
148+
// proposal (https://github.com/Kotlin/KEEP/issues/367)
149+
146150
@Test
147151
fun testIsLikeEscape() {
148152
sqlSessionFactory.openSession().use { session ->

0 commit comments

Comments
 (0)