spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

By default R2DBC uses quoted identifiers

Open schauder opened this issue 7 months ago • 0 comments

Most are test more or less obvious test fixes.

Interesting things that became obvious:

  • SpEL expressions get the transformed (e.g. upper case) and quoted table name!? See TableNameQueryPreoprocessorUnitTests
  • The RenderContextFactor has a NamingStrategy!? That sounds all wrong to me. See PostgresDialectRenderingUnitTests

Removed IdentifierProcessing from PostgresLockClause since it was cause circular dependencies between class constructions.

Closes https://github.com/spring-projects/spring-data-relational/issues/1993

Supersedes #2047

schauder avatar Jun 02 '25 14:06 schauder