Ricardo Vieira
07/24/2024, 4:33 PMr2dbc:pool:<postgresql://localhost>:port
, from what I’ve gathered komapper will detect the SQL dialect as “pool” and fail to configure the database connection. Are you aware of this issue?dave08
07/24/2024, 6:29 PMToshihiro Nakamura
07/24/2024, 11:23 PM@Bean
fun dialect(): R2dbcDialect {
return PostgreSqlR2dbcDialect()
}
Ricardo Vieira
07/25/2024, 8:34 AMToshihiro Nakamura
08/03/2024, 1:25 PMRicardo Vieira
08/05/2024, 11:01 AM