Skip to content
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

HHH-10484 - Add hibernate.jdbc.log.warnings configuration property #1252

Closed
wants to merge 3 commits into from

Conversation

dreab8
Copy link
Contributor

@dreab8 dreab8 commented Jan 29, 2016

https://hibernate.atlassian.net/browse/HHH-10484

in this version unlike the #1251
the default value of hibernate.jdbc.log.warnings is given by Dialect#isJdbcLogWarningsEnabledByDefault()

@vladmihalcea
Copy link
Contributor

Looks good. So, by default, the value is taken from the Dialect but we can override it wiht the configuration property. That's a good approach since the MySQL users can turn it on without having to extend the MySQLDialect.

@dreab8
Copy link
Contributor Author

dreab8 commented Jan 29, 2016

yes, that is the aim

Thanks

@dreab8 dreab8 closed this Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants