提交 9fa91437 编写于 作者: S Serge Rider

SQL editor Paste fixed (extract from source code bug)

上级 67f3cd6c
......@@ -105,6 +105,9 @@ public class SQLAutoIndentStrategy extends DefaultIndentLineAutoEditStrategy {
return false;
}
}
if (quoteStart == -1 || quoteEnd == -1) {
return false;
}
StringBuilder result = new StringBuilder(sourceCode.length());
char prevChar = (char)-1;
boolean inString = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册