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 2009/11/02 21:40:31 UTC

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

Author: ppoddar
Date: Mon Nov  2 20:40:31 2009
New Revision: 832095

URL: http://svn.apache.org/viewvc?rev=832095&view=rev
Log:
OPENJPA-1369: HSQLDB Error code for unique constraint violation

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=832095&r1=832094&r2=832095&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 Nov  2 20:40:31 2009
@@ -112,7 +112,7 @@
 	<dictionary class="org.apache.openjpa.jdbc.sql.HSQLDictionary">
 		<lock></lock>
 		<referential-integrity>-9</referential-integrity>
-		<object-exists></object-exists>
+		<object-exists>23000</object-exists>
 		<object-not-found></object-not-found>
 		<optimistic></optimistic>
 		<query></query>