HHH-3496 : DB2 hanging on JPALockTest and CMTTest
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15218 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
aa7f7a7822
commit
c8d4c24d8d
|
@ -393,4 +393,8 @@ public class DB2Dialect extends Dialect {
|
||||||
public boolean supportsLobValueChangePropogation() {
|
public boolean supportsLobValueChangePropogation() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean doesReadCommittedCauseWritersToBlockReaders() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue