Annotation column has no effect in Kotlin data classes [DATACASS-799] #966
Labels
in: core
Issues in core support
in: kotlin
Kotlin support
in: mapping
Mapping and conversion infrastructure
in: repository
Repositories abstraction
status: declined
A suggestion or change that we don't feel we should currently apply
type: bug
A general bug
spring-projects-issues commentedSep 3, 2020
Abhijit Sarkar opened DATACASS-799 and commented
The column
sessionId
gets created assessionid
. In fact, the annotation column has no effect;@Column("abc")
creates the columnsessionid
.Using this with Kotlin coroutine support (
CoroutineCrudRepository
).From cqlsh:
Affects: 3.0.3 (Neumann SR3)
The text was updated successfully, but these errors were encountered: