Recognize error code 2628 as data integrity violation (MSSQL 2019)

Closes gh-30681
This commit is contained in:
Juergen Hoeller 2023-06-17 11:38:41 +02:00
parent ed5c19f53e
commit c634acd9ff
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
<value>2601,2627</value>
</property>
<property name="dataIntegrityViolationCodes">
<value>544,8114,8115</value>
<value>544,2628,8114,8115</value>
</property>
<property name="dataAccessResourceFailureCodes">
<value>4060</value>