HHH-6856 - RowValueConstructorSyntax with In syntax is not working

This commit is contained in:
Strong Liu 2011-12-01 01:03:51 +08:00
parent a522f049e0
commit 3577cbde08
1 changed files with 1 additions and 0 deletions

View File

@ -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);