提交 fb28c706 编写于 作者: S ShadelessFox

#11030 Don't create any files for empty binaries


Former-commit-id: 4d862287
上级 74347f0e
......@@ -202,8 +202,7 @@ public class StreamTransferConsumer implements IDataTransferConsumer<StreamConsu
private File saveContentToFile(DBRProgressMonitor monitor, DBDContent content)
throws IOException, DBCException {
DBDContentStorage contents = content.getContents(monitor);
if (contents == null) {
log.warn("Null value content");
if (DBUtils.isNullValue(contents)) {
return null;
}
if (lobDirectory == null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册