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

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@666909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2008-06-11 23:50:05 +00:00
parent 1ac94263ac
commit f183c42b90
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class Compatibility {
private boolean _closeOnCommit = true; private boolean _closeOnCommit = true;
private boolean _quotedNumbers = false; private boolean _quotedNumbers = false;
private boolean _nonOptimisticVersionCheck = false; private boolean _nonOptimisticVersionCheck = false;
private int _jpql = JPQL_STRICT; private int _jpql = JPQL_WARN;
private boolean _storeMapCollectionInEntityAsBlob = false; private boolean _storeMapCollectionInEntityAsBlob = false;
private boolean _flushBeforeDetach = true; private boolean _flushBeforeDetach = true;