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

#5255 SQL editor: upper case letters in variable names


Former-commit-id: c54feae5
上级 32a04f7a
......@@ -29,7 +29,7 @@ import java.util.regex.Pattern;
*/
public class SQLVariableRule implements IRule {
public static final Pattern VARIABLE_PATTERN = Pattern.compile("\\$\\{[a-z0-9_]+\\}");
public static final Pattern VARIABLE_PATTERN = Pattern.compile("\\$\\{[a-z0-9_]+\\}", Pattern.CASE_INSENSITIVE);
private final IToken parameterToken;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册