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

#12365 Cursor shift fix

上级 f064e38c
......@@ -331,8 +331,7 @@ public class SQLCompletionAnalyzer implements DBRRunnableParametrized<DBRProgres
if (CommonUtils.isEmpty(request.getWordPart()) || request.getWordPart().equals(ALL_COLUMNS_PATTERN)) {
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.
先完成此消息的编辑!
想要评论请 注册