Recognize error code 2628 as data integrity violation (MSSQL 2019)
Closes gh-30681
(cherry picked from commit c634acd9ff)
This commit is contained in:
parent
e34a7baeb3
commit
40a9ae9d14
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue