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.
2 parents 1377e38 + 8360f33 commit 2e2ab58Copy full SHA for 2e2ab58
ktorm-core/src/main/kotlin/org/ktorm/schema/Column.kt
@@ -118,7 +118,7 @@ public data class Column<T : Any>(
118
*
119
* @see ColumnDeclaringExpression
120
*/
121
- val label: String get() = toString(separator = "_")
+ val label: String by lazy { toString(separator = "_") }
122
123
/**
124
* Return all the bindings of this column, including the primary [binding] and [extraBindings].
0 commit comments