mirror of https://github.com/apache/openjpa.git
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:
parent
175554580d
commit
42ae6a6998
|
@ -168,6 +168,7 @@ public class OracleDictionary
|
||||||
super.setBatchLimit(defaultBatchLimit);
|
super.setBatchLimit(defaultBatchLimit);
|
||||||
selectWordSet.add("WITH");
|
selectWordSet.add("WITH");
|
||||||
reportsSuccessNoInfoOnBatchUpdates = true;
|
reportsSuccessNoInfoOnBatchUpdates = true;
|
||||||
|
requiresSearchStringEscapeForLike = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void endConfiguration() {
|
public void endConfiguration() {
|
||||||
|
|
Loading…
Reference in New Issue