spring-data-relational
spring-data-relational copied to clipboard
By default R2DBC uses quoted identifiers
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
RenderContextFactorhas aNamingStrategy!? That sounds all wrong to me. SeePostgresDialectRenderingUnitTests
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