OPENJPA-975. Committing patch from B.J. Reed.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-05-19 18:56:10 +00:00
parent 175554580d
commit 42ae6a6998
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ public class OracleDictionary
super.setBatchLimit(defaultBatchLimit);
selectWordSet.add("WITH");
reportsSuccessNoInfoOnBatchUpdates = true;
requiresSearchStringEscapeForLike = false;
}
public void endConfiguration() {