-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable multiple SQL dialects for multiple datasources #994
Comments
We should allow specifying the |
@mp911de Thank you for your reply. |
Yes, |
I think it wold be good decision to simplify overall configuration of Data Jdbc from end user side. For now it has very complex structure of beans that should be defined with circular dependencies between them.
Thats pretty much it for configuration, that user really need to know about library. Also i think that
|
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 existingjdbcOperationRef
,transactionManagerRef
, etc.The text was updated successfully, but these errors were encountered: