mirror of https://github.com/apache/openjpa.git
Update error code for Oracle. Will pass ..openjpa.persistence.exception.TestException.testThrowsEntityExistsException
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@814096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60e55574c8
commit
fb34e0a0ec
|
@ -166,7 +166,7 @@
|
|||
<dictionary class="org.apache.openjpa.jdbc.sql.OracleDictionary">
|
||||
<lock>42000,61000</lock>
|
||||
<referential-integrity>1,1400,1722,2291,2292</referential-integrity>
|
||||
<object-exists></object-exists>
|
||||
<object-exists>23000</object-exists>
|
||||
<object-not-found></object-not-found>
|
||||
<optimistic></optimistic>
|
||||
<query>72000</query>
|
||||
|
|
Loading…
Reference in New Issue