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:
Gail Badner 2008-09-25 22:04:01 +00:00
parent aa7f7a7822
commit c8d4c24d8d
1 changed files with 4 additions and 0 deletions

View File

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