Skip to content

Commit a109b4c

Browse files
committed
Translate PostgreSQL code 21000 (cardinality_violation)
Closes gh-26276
1 parent 00b56c0 commit a109b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<value>03000,42000,42601,42602,42622,42804,42P01</value>
248248
</property>
249249
<property name="duplicateKeyCodes">
250-
<value>23505</value>
250+
<value>21000,23505</value>
251251
</property>
252252
<property name="dataIntegrityViolationCodes">
253253
<value>23000,23502,23503,23514</value>

0 commit comments

Comments
 (0)