mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
added lock timeout error code for H2 (SPR-6612)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2776 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+3
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user