Support ClickHouse in BuiltInBindMarkersFactoryProvider
#33947
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: waiting-for-triage
An issue we've not yet triaged or decided on
ClickHouse provides an r2dbc driver. Building a project with Testcontainers fails because of the following exception:
Add ClickHouse to the list
spring-framework/spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/BindMarkersFactoryResolver.java
Lines 119 to 128 in 5e08a88
My workaround was to created my own provider and register it in spring.factories but it fails because it also needs to support the ClickHouse dialect in spring-data-r2dbc.
The text was updated successfully, but these errors were encountered: