提交 7a0216ec 编写于 作者: S serge-rider

#3431 SQL formatter fix - do not insert spaces around @, <, >, [, ]

上级 45dbc54f
......@@ -382,6 +382,10 @@ public class SQLFormatterTokenized implements SQLFormatter {
switch (token.getString()) {
case ":":
case ".":
case ">":
case "<":
case "[":
case "]":
return true;
default:
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册