Author: mikedd
Date: Mon Oct 11 21:44:50 2010
New Revision: 1021520
URL: http://svn.apache.org/viewvc?rev=1021520&view=rev
Log:
Add Sybase SQLState for EntityExistsException
Modified:
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml
Modified:
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml?rev=1021520&r1=1021519&r2=1021520&view=diff
==============================================================================
---
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml
(original)
+++
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml
Mon Oct 11 21:44:50 2010
@@ -58,7 +58,7 @@
<dictionary class="org.apache.openjpa.jdbc.sql.SybaseDictionary">
<lock>1204,1205,1279</lock>
<referential-integrity>423,511,515,530,547,2601,2615,2714</referential-integrity>
- <object-exists></object-exists>
+ <object-exists>23000</object-exists>
<object-not-found></object-not-found>
<optimistic>1205</optimistic>
<query>611</query>