You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/04/07 17:09:19 UTC

svn commit: r931580 - /openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml

Author: dwoods
Date: Wed Apr  7 15:09:19 2010
New Revision: 931580

URL: http://svn.apache.org/viewvc?rev=931580&view=rev
Log:
OPENJPA-1614 Add missing <object-exists> value in sql-error-state-codes.xml for MSSQL

Modified:
    openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml

Modified: openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml?rev=931580&r1=931579&r2=931580&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml (original)
+++ openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml Wed Apr  7 15:09:19 2010
@@ -47,6 +47,8 @@
 	<dictionary class="org.apache.openjpa.jdbc.sql.SQLServerDictionary">
 		<lock>1205</lock>
 		<referential-integrity>544,2601,2627,8114,8115</referential-integrity>
+                <object-exists>23000</object-exists>
+		<object-not-found></object-not-found>
 		<optimistic>1205</optimistic>
 	</dictionary>
 	
@@ -152,4 +154,4 @@
 		<optimistic>55P03</optimistic>
 	</dictionary>
 	
-</sql-state-codes>
\ No newline at end of file
+</sql-state-codes>