8000
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 a522f04 commit 3577cbdCopy full SHA for 3577cbd
hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java
@@ -139,6 +139,7 @@ public void testRowValueConstructorSyntaxInInList2() {
139
}
140
141
@Test
142
+ @SkipForDialect( Oracle8iDialect.class )
143
public void testRowValueConstructorSyntaxInInListBeingTranslated() {
144
QueryTranslatorImpl translator = createNewQueryTranslator("from LineItem l where l.id in (?)");
145
assertInExist("'in' should be translated to 'and'", false, translator);
0 commit comments