-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Let Hibernate detect the dialect to use #16172
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
Comments
@snicoll If this issue is suitable for contribution, I can try to tackle it. |
Thanks for the offer. The issue is assigned and therefore not opened for contribution. I've assigned myself as there are quite a lot of things to consider. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
No I just noticed it now. Since this was closed about 4 months ago I thought it would've been here by now. Anyway for those who are still stuck on the older version in case they reach here my workaround was
|
Spring Boot detects the dialect to use based on the
DataSource
. Unfortunately, the defaults in framework are quite conservative and Hibernate is doing a good job at detecting the right dialect anyway.As suggested in #15342 (comment) we should stop doing that upfront and let Hibernate do its thing.
The text was updated successfully, but these errors were encountered: