Skip to content

Adapt to SqlIdentifier changes in Spring Data Relational #291

@mp911de

Description

@mp911de

Spring Data Relational introduced SqlIdentifier that requires us to adapt to the newly introduced change. Table and column names return now a SqlIdentifier instead of a plain String. We should adopt the changes and extend our API to accept SqlIdentifier objects where required.

We will have to change DatabaseClient by adding overloads, adapt QueryMapper to accept Dialect on construction and update the StatementMapper and its mapper DSL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions