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

View File

@ -432,4 +432,8 @@ public boolean supportsLobValueChangePropogation() {
public boolean doesReadCommittedCauseWritersToBlockReaders() {
return true;
}
public boolean supportsTupleDistinctCounts() {
return false;
}
}