spring-data-r2dbc
spring-data-r2dbc copied to clipboard
Avoid duplicate mapping of columns through `StatementMapper.getMappedObject(…)`
Using StatementMapper.getMappedObject(…) from R2dbcQueryCreator maps column names potentially multiple times when it comes to the select list. We should avoid duplicate mapping to avoid property resolution failures.