Open
Description
Related to: #544
As commented in #544 (comment), currently we cannot use different SQL dialects for multiple repositories because there is no way to configure JdbcConverter
bean definition for repositories of each datasource.
One possible solution is to add jdbcConverterRef
parameter to @EnableJdbcRepositories
, like existing jdbcOperationRef
, transactionManagerRef
, etc.