We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ff2cc commit 156205cCopy full SHA for 156205c
hibernate-core/src/test/java/org/hibernate/orm/test/tool/schema/MySQLColumnValidationTest.java
@@ -67,7 +67,7 @@
67
)
68
@SessionFactory( exportSchema = false )
69
@JiraKey( value = "HHH-16578" )
70
-@RequiresDialect( value = MySQLDialect.class )
+@RequiresDialect( value = MySQLDialect.class, matchSubTypes = false )
71
public class MySQLColumnValidationTest {
72
73
private DriverManagerConnectionProviderImpl connectionProvider;
0 commit comments