mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Fix test failing on H2 version < 2
This commit is contained in:
parent
f7eb58341e
commit
0854cd9408
@ -50,7 +50,7 @@
|
||||
settingProviders = @SettingProvider( provider = MultiLoadSubSelectCollectionDialectWithLimitTest.TestSettingProvider.class, settingName = AvailableSettings.DIALECT)
|
||||
)
|
||||
@SessionFactory(generateStatistics = true, useCollectingStatementInspector = true)
|
||||
@RequiresDialect( H2Dialect.class )
|
||||
@RequiresDialect( value = H2Dialect.class, majorVersion = 2 )
|
||||
public class MultiLoadSubSelectCollectionDialectWithLimitTest {
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user