Recognize error code 2628 as data integrity violation (MSSQL 2019)
Closes gh-30681
This commit is contained in:
parent
ed5c19f53e
commit
c634acd9ff
|
|
@ -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