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:
parent
9e6d8be376
commit
0fe85c1194
|
@ -432,4 +432,8 @@ public class DB2Dialect extends Dialect {
|
|||
public boolean doesReadCommittedCauseWritersToBlockReaders() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean supportsTupleDistinctCounts() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue