We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0d64 commit ff530c6Copy full SHA for ff530c6
src/test/kotlin/examples/kotlin/mybatis3/mariadb/KMariaDBTest.kt
@@ -143,6 +143,10 @@ class KMariaDBTest {
143
}
144
145
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
+
150
@Test
151
fun testIsLikeEscape() {
152
sqlSessionFactory.openSession().use { session ->
0 commit comments