HHH-5220 : Unit tests related to HHH-5063 and HHH-5135 fail on DB2

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19723 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gail Badner 2010-06-14 05:19:07 +00:00
parent 9e6d8be376
commit 0fe85c1194
1 changed files with 4 additions and 0 deletions

View File

@ -432,4 +432,8 @@ public class DB2Dialect extends Dialect {
public boolean doesReadCommittedCauseWritersToBlockReaders() {
return true;
}
public boolean supportsTupleDistinctCounts() {
return false;
}
}