mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Sybase lock wait timeout error code missing
Issue: SPR-9681
This commit is contained in:
@@ -240,6 +240,9 @@
|
||||
<property name="transientDataAccessResourceCodes">
|
||||
<value>921,1105</value>
|
||||
</property>
|
||||
<property name="cannotAcquireLockCodes">
|
||||
<value>12205</value>
|
||||
</property>
|
||||
<property name="deadlockLoserCodes">
|
||||
<value>1205</value>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user