mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
fixed null handling for all Derby drivers to be the same as for the embedded driver (SPR-6000)
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ public abstract class StatementCreatorUtils {
|
||||
else if (databaseProductName.startsWith("DB2") ||
|
||||
jdbcDriverName.startsWith("jConnect") ||
|
||||
jdbcDriverName.startsWith("SQLServer")||
|
||||
jdbcDriverName.startsWith("Apache Derby Embedded")) {
|
||||
jdbcDriverName.startsWith("Apache Derby")) {
|
||||
sqlType = Types.VARCHAR;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user