Browse Source

Added further MySQL error code for DataIntegrityViolationException

Issue: SPR-9237
pull/201/head
Juergen Hoeller 13 years ago committed by unknown
parent
commit
0dcc0f2227
  1. 2
      spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

2
spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

@ -151,7 +151,7 @@ @@ -151,7 +151,7 @@
<value>1062</value>
</property>
<property name="dataIntegrityViolationCodes">
<value>630,839,840,893,1169,1215,1216,1217,1451,1452,1557</value>
<value>630,839,840,893,1169,1215,1216,1217,1364,1451,1452,1557</value>
</property>
<property name="dataAccessResourceFailureCodes">
<value>1</value>

Loading…
Cancel
Save