Skip to content

Commit abf6ed8

Browse files
committed
Add Informix equivalent of DuplicateKeyException code to ConnectionFactoryUtils
Signed-off-by: Lukáš Kvídera <[email protected]>
1 parent 1df688a commit abf6ed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/ConnectionFactoryUtils.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ public abstract class ConnectionFactoryUtils {
7676
301, // SAP HANA
7777
1062, // MySQL/MariaDB
7878
2601, // MS SQL Server
79-
2627 // MS SQL Server
79+
2627, // MS SQL Server
80+
-239, // Informix
81+
-268 // Informix
8082
);
8183

8284

0 commit comments

Comments
 (0)