DriverManagerConnectionProviderImpl connectionProvider = new DriverManagerConnectionProviderImpl() {
public boolean supportsAggressiveRelease() {
return allowAggressiveRelease;
}
};
connectionProvider.configure( props );
return connectionProvider;
}
public static Dialect getCorrespondingDialect() {
return TestingDatabaseInfo.DIALECT;