added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1277 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
93897f0f0e
commit
3a7b42f18e
|
|
@ -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