mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
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:
parent
a0b6b2a85d
commit
7a7e243665
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user