8000 HHH-6856 - RowValueConstructorSyntax with In syntax is not working · JavaInCloud/hibernate-orm@3577cbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3577cbd

Browse files
committed
HHH-6856 - RowValueConstructorSyntax with In syntax is not working
1 parent a522f04 commit 3577cbd

File tree

1 file changed

+1
-0
lines changed
  • hibernate-core/src/matrix/java/org/hibernate/test/hql

1 file changed

+1
-0
lines changed

hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public void testRowValueConstructorSyntaxInInList2() {
139139
}
140140

141141
@Test
142+
@SkipForDialect( Oracle8iDialect.class )
142143
public void testRowValueConstructorSyntaxInInListBeingTranslated() {
143144
QueryTranslatorImpl translator = createNewQueryTranslator("from LineItem l where l.id in (?)");
144145
assertInExist("'in' should be translated to 'and'", false, translator);

0 commit comments

Comments
 (0)
0