Browse Source

Sybase lock wait timeout error code missing

Issue: SPR-9681
pull/131/merge
Juergen Hoeller 14 years ago committed by unknown
parent
commit
7ff30d0043
  1. 3
      spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

3
spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

@ -240,6 +240,9 @@
<property name="transientDataAccessResourceCodes"> <property name="transientDataAccessResourceCodes">
<value>921,1105</value> <value>921,1105</value>
</property> </property>
<property name="cannotAcquireLockCodes">
<value>12205</value>
</property>
<property name="deadlockLoserCodes"> <property name="deadlockLoserCodes">
<value>1205</value> <value>1205</value>
</property> </property>

Loading…
Cancel
Save