R2DBC: Generated query SQL neglects custom column names #1624
Labels
for: team-attention
An issue we need to discuss as a team to make progress
in: r2dbc
Spring Data R2DBC
status: pending-design-work
Needs design work before any code can be developed
Not sure if this is the right place to report a R2DBC issue.
I have a spring data repository like this:
Entities like this:
When I execute the query defined in the repository, I got this exception:
The result is the same regardless of the existence of the
@Column
annotation.Versions:
Kotlin 1.8.22
JVM Target 17
Spring Data Commons 3.1.2
Spring Data R2dbc 3.1.2
The text was updated successfully, but these errors were encountered: