Browse Source

Added 546 to Sybase data integrity violation codes

Issue: SPR-11097
pull/427/merge
Juergen Hoeller 12 years ago
parent
commit
2d2226baf6
  1. 2
      spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

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

@ -235,7 +235,7 @@ @@ -235,7 +235,7 @@
<value>2601,2615,2626</value>
</property>
<property name="dataIntegrityViolationCodes">
<value>233,511,515,530,547,2615,2714</value>
<value>233,511,515,530,546,547,2615,2714</value>
</property>
<property name="transientDataAccessResourceCodes">
<value>921,1105</value>

Loading…
Cancel
Save