mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-03 04:19:47 +01:00
added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788)
This commit is contained in:
+3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user