You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pp...@apache.org on 2011/08/24 23:33:48 UTC

svn commit: r1161289 - /openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/sql-error-state-codes.xml

Author: ppoddar
Date: Wed Aug 24 21:33:48 2011
New Revision: 1161289

URL: http://svn.apache.org/viewvc?rev=1161289&view=rev
Log:
Add error code for SQLServer database

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=1161289&r1=1161288&r2=1161289&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 Wed Aug 24 21:33:48 2011
@@ -60,7 +60,7 @@
 		<referential-integrity>423,511,515,530,547,2601,2615,2714</referential-integrity>
 		<object-exists>23000</object-exists>
 		<object-not-found></object-not-found>
-		<optimistic>1205</optimistic>
+		<optimistic>1205,1222</optimistic>
 		<query>611</query>
 	</dictionary>