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

Closes gh-30681

(cherry picked from commit c634acd9ff)
This commit is contained in:
Juergen Hoeller 2023-06-17 11:38:41 +02:00
parent e34a7baeb3
commit 40a9ae9d14
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>