提交 84c1b56e 编写于 作者: T Thomas Risberg

fixed null handling for all Derby drivers to be the same as for the embedded driver (SPR-6000)

上级 0baa29f1
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册