[r2dbc] Support ClickHouseDialect #1947
Labels
in: additional-dialect
Request for additional dialects
status: declined
A suggestion or change that we don't feel we should currently apply
ClickHouse provides an r2dbc driver. Building a project with Testcontainers fails because of the following exception:
Add ClickHouse to the list https://github.com/spring-projects/spring-data-relational/blob/main/spring-data-r2dbc/src/main/java/org/springframework/data/r2dbc/dialect/DialectResolver.java#L113-L120
I had to add my own provider because of spring-projects/spring-framework#33947 and register it in spring.factories to reach out to this issue.
The text was updated successfully, but these errors were encountered: