You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.