OPENJPA-1726: fix Postgres sql error state code so that EntityExistException can be properly thrown.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@965562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fay Wang 2010-07-19 17:15:47 +00:00
parent a0b6b2a85d
commit 7a7e243665

View File

@ -183,8 +183,8 @@
<dictionary class="org.apache.openjpa.jdbc.sql.PostgresDictionary">
<lock>55P03,40P01</lock>
<referential-integrity>23000,23502,23503,23505,23514</referential-integrity>
<object-exists></object-exists>
<referential-integrity>23000,23502,23503,23514</referential-integrity>
<object-exists>23505</object-exists>
<object-not-found></object-not-found>
<optimistic>55P03</optimistic>
<query>57014</query>