Browse Source

added lock timeout error code for H2 (SPR-6612)

pull/23217/head
Juergen Hoeller 16 years ago
parent
commit
819f4be08e
  1. 3
      org.springframework.jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

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

@ -78,6 +78,9 @@ @@ -78,6 +78,9 @@
<property name="dataAccessResourceFailureCodes">
<value>90046,90100,90117,90121,90126</value>
</property>
<property name="cannotAcquireLockCodes">
<value>50200</value>
</property>
</bean>
<bean id="HSQL" class="org.springframework.jdbc.support.SQLErrorCodes">

Loading…
Cancel
Save