HHH-6856 - RowValueConstructorSyntax with In syntax is not working
This commit is contained in:
parent
a522f049e0
commit
3577cbde08
|
@ -139,6 +139,7 @@ public class HQLTest extends QueryTranslatorTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@SkipForDialect( Oracle8iDialect.class )
|
||||
public void testRowValueConstructorSyntaxInInListBeingTranslated() {
|
||||
QueryTranslatorImpl translator = createNewQueryTranslator("from LineItem l where l.id in (?)");
|
||||
assertInExist("'in' should be translated to 'and'", false, translator);
|
||||
|
|
Loading…
Reference in New Issue