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

#12289 * replacement fix


Former-commit-id: 72f6918a
上级 db87ed04
......@@ -333,8 +333,7 @@ public class SQLCompletionAnalyzer implements DBRRunnableParametrized<DBRProgres
matchedKeywords = Arrays.asList(SQLConstants.KEYWORD_FROM);
}
}
}
if (delimiter.equals(ALL_COLUMNS_PATTERN)) {
} else if (delimiter.equals(ALL_COLUMNS_PATTERN)) {
// Shift offset because we need space after *
wordDetector.shiftOffset(1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册