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 938136f commit 582e373Copy full SHA for 582e373
sqllin-dsl/src/commonTest/kotlin/com/ctrip/sqllin/dsl/TestPrimitiveTypeForKSP.kt
@@ -19,6 +19,11 @@ package com.ctrip.sqllin.dsl
19
import com.ctrip.sqllin.dsl.annotation.DBRow
20
import kotlinx.serialization.Serializable
21
22
+/**
23
+ * Test whether the sqllin-processor could generate primitive type and String correctly
24
+ * @author yaqiao
25
+ */
26
+
27
@DBRow
28
@Serializable
29
data class TestPrimitiveTypeForKSP(
0 commit comments