提交 bd39e58e 编写于 作者: S serge-rider

#6089 Oracle: NPE during bootstrap queries processing


Former-commit-id: c644ba4c
上级 373f80ac
......@@ -396,7 +396,7 @@ class OracleSQLDialect extends JDBCSQLDialect {
@Override
public boolean isDisableScriptEscapeProcessing() {
return preferenceStore.getBoolean(OracleConstants.PREF_DISABLE_SCRIPT_ESCAPE_PROCESSING);
return preferenceStore == null || preferenceStore.getBoolean(OracleConstants.PREF_DISABLE_SCRIPT_ESCAPE_PROCESSING);
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册