HHH-17424 - Have Dialect manage more of ExtractedDatabaseMetadata
https://hibernate.atlassian.net/browse/HHH-17424
This commit is contained in:
parent
501b57a978
commit
dcd7a20399
|
@ -4961,7 +4961,8 @@ public abstract class Dialect implements ConversionContext, TypeContributor, Fun
|
|||
* @see org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData#supportsBatchUpdates
|
||||
*/
|
||||
public Boolean supportsBatchUpdates() {
|
||||
return null;
|
||||
// are there any databases/drivers which don't?
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue