Skip to content

R2DBC Core DatabaseClient.sql replacing column 'key' to '[*]key' #39325

@corebase2023

Description

@corebase2023

Affects: 3.2.0

r2dbc.core.databaseclient.sql replace query that have column name 'key' to '[*]key' and this causes error in the query execution.

String select = "SELECT key FROM table_a";
Mono<Map<String, Object>> first = db.sql("SELECT key FROM table_a");

The executed query will be "SELECT [*]key FROM table_a". This will cause error in the application as the query failed.

Anyone having this issue in their project? Any workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: external-projectFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions