HHH-2166 - Long 'in' lists in queries results in a Java stack overflow exception.

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18371 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2009-12-31 05:48:24 +00:00
parent 7fb4558c1d
commit 763a3ef84b
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class LongInElementsTest extends FunctionalTestCase {
if ( (getDialect() instanceof SQLServerDialect)
|| (getDialect() instanceof Oracle8iDialect) ){
skipExpectedFailure( new Exception("this test fails on oracle and ms sql server, for more info, see HHH-1123") );
return;
}
Session session = openSession();
Transaction t = session.beginTransaction();
@ -91,6 +92,7 @@ public class LongInElementsTest extends FunctionalTestCase {
if ( (getDialect() instanceof SQLServerDialect)
|| (getDialect() instanceof Oracle8iDialect) ){
skipExpectedFailure( new Exception("this test fails on oracle and ms sql server, for more info, see HHH-1123") );
return;
}
Session session = openSession();
Transaction t = session.beginTransaction();