Merge from ../branches/1.1.x. svn merge -c 661090 ../branches/1.1.x

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@666923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2008-06-12 00:02:34 +00:00
parent ef098b3acd
commit b3c7e8290c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public abstract class AbstractVersionStrategy
public boolean checkVersion(OpenJPAStateManager sm, JDBCStore store,
boolean updateVersion)
throws SQLException {
return false;
return !updateVersion;
}
public int compareVersion(Object v1, Object v2) {