Skip to content

Support Criteria with SqlIdentifier (supporting "quoted" column names) #940

Open
@nt-gt

Description

@nt-gt

Hi,

Currently, Criteria only supports "unquoted" SqlIdentifiers - this occurs because the API only accepts a String and then passes it on to SqlIdentifier.unquoted().

I have a use-case where I would like to reuse the Criteria API but need to construct SqlIdentifier (I need support for quoted and composite). This would enable to better compose a custom add-on on top of the R2DBC repositories as I would be able to reuse the same Criteria class for filtering (rather than having to "invent my own").

Metadata

Metadata

Assignees

Labels

in: selectbuilderSelectBuilder stands for the complete API for creating SQL statements programmatically.type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions