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

1 message Options
Embed this post
Permalink
Pinaki Poddar

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

Reply Threaded More More options
Print post
Permalink
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>


Pinaki