Skip to content

Commit c1de228

Browse files
committed
Add -239 from Informix to DUPLICATE_KEY_ERROR_CODES
Signed-off-by: Lukáš Kvídera <[email protected]>
1 parent 78ed13d commit c1de228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/support/SQLStateSQLExceptionTranslator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public class SQLStateSQLExceptionTranslator extends AbstractFallbackSQLException
9696
1062, // MySQL/MariaDB
9797
2601, // MS SQL Server
9898
2627, // MS SQL Server
99+
-239, // Informix
99100
-268 // Informix
100101
);
101102

0 commit comments

Comments
 (0)