Skip to content

Commit

Permalink
Recognize error code 2628 as data integrity violation (MSSQL 2019)
Browse files Browse the repository at this point in the history
Closes gh-30681
  • Loading branch information
jhoeller committed Jun 17, 2023
1 parent ed5c19f commit c634acd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit c634acd

Please sign in to comment.