Duplicate Column accessors functions #564
Labels
enhancement
New feature or request
research
This requires a deeper dive to gather a better understanding
Milestone
Especially in the Columns Selection DSL the library allows the user to create column accessors using either the constructors
column()
,columnGroup()
, etc. from constructors.kt as well ascol()
,colGroup()
, ""<>(), ""[""], etc. (now with runtime checks) from the selection DSL ColumnSelectionDsl.kt, col.kt, and colGroup.kt.Having both is confusing. We should keep one of the two variants, or have them be exactly the same. Column shortcuts like
""<>()
should be available library-wide too I think, as it's common enough.Can be handled after #372
The text was updated successfully, but these errors were encountered: