mirror of https://github.com/apache/openjpa.git
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:
parent
ef098b3acd
commit
b3c7e8290c
|
@ -63,7 +63,7 @@ public abstract class AbstractVersionStrategy
|
||||||
public boolean checkVersion(OpenJPAStateManager sm, JDBCStore store,
|
public boolean checkVersion(OpenJPAStateManager sm, JDBCStore store,
|
||||||
boolean updateVersion)
|
boolean updateVersion)
|
||||||
throws SQLException {
|
throws SQLException {
|
||||||
return false;
|
return !updateVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int compareVersion(Object v1, Object v2) {
|
public int compareVersion(Object v1, Object v2) {
|
||||||
|
|
Loading…
Reference in New Issue