Skip to content

Commit 0dcc0f2

Browse files
jhoellerunknown
authored andcommitted
Added further MySQL error code for DataIntegrityViolationException
Issue: SPR-9237
1 parent a425d71 commit 0dcc0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<value>1062</value>
152152
</property>
153153
<property name="dataIntegrityViolationCodes">
154-
<value>630,839,840,893,1169,1215,1216,1217,1451,1452,1557</value>
154+
<value>630,839,840,893,1169,1215,1216,1217,1364,1451,1452,1557</value>
155155
</property>
156156
<property name="dataAccessResourceFailureCodes">
157157
<value>1</value>

0 commit comments

Comments
 (0)