mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
HHH-8503 whoops
This commit is contained in:
parent
61e3940057
commit
8b406db4a9
@ -61,7 +61,7 @@ public void setDialectResolver(DialectResolver dialectResolver) {
|
||||
@Override
|
||||
public Dialect buildDialect(Map configValues, Connection connection) throws HibernateException {
|
||||
final String dialectName = (String) configValues.get( AvailableSettings.DIALECT );
|
||||
if ( StringHelper.isEmpty( dialectName ) ) {
|
||||
if ( !StringHelper.isEmpty( dialectName ) ) {
|
||||
return constructDialect( dialectName );
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user