added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788)
This commit is contained in:
parent
a5c324f934
commit
1a790688f4
|
|
@ -129,6 +129,9 @@
|
|||
<property name="dataIntegrityViolationCodes">
|
||||
<value>544,8114,8115</value>
|
||||
</property>
|
||||
<property name="dataAccessResourceFailureCodes">
|
||||
<value>4060</value>
|
||||
</property>
|
||||
<property name="cannotAcquireLockCodes">
|
||||
<value>1222</value>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in New Issue